#0D306B

Color #0D306B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0D306B

Tints of Sapphire #0D306B

Color information

#0D306B (or 0x0D306B) is unknown color: approx Sapphire. HEX triplet: 0D, 30 and 6B. RGB value is (13,48,107). Sum of RGB (Red+Green+Blue) = 13+48+107=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D306B is #F2CF94. Grayscale: #2B2B2B. Windows color (decimal): -15912853 or 7024653. OLE color: 7024653.

HSL color Cylindrical-coordinate representation of color #0D306B: hue angle of 217.66º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D306B is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1348107-
CMYK0.880.5500.58
HSL217.66º78.33%23.53%-
HSV(B)217.66º87.85%41.96%-
XYZ3.883.2614.34-
YUV44.26163.4105.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 7.74%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=7.74%
G=28.57%
B=63.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13481070.880.5500.58217.6678.3323.53
HexD306B583703Ada4e18
Octal15601531306707233211630
Binary110111000011010111011000110111011101011011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D306B; }

 p { color: rgb(13,48,107); }

 H1.HeaderClassName
 {
   color: #0D306B;
 }
 .AnyTagClassName
 {
   color: #0D306B;
 }
</style>
background-color css

<style>
 a { background-color: #0D306B; }

 a { background-color: rgb(13,48,107); }

 div.DivClassName
 {
   background-color: #0D306B;
 }
 .BgClassName
 {
   background-color: #0D306B;
 }
</style>
border-color css

<style>
 span { border-color: #0D306B; }

 span { border-color: rgb(13,48,107); }

 td.TdClassName
 {
   border-color: #0D306B;
 }
 .TagClassName
 {
   border-color: #0D306B;
 }
</style>