#0D2F66

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

Shades of Sapphire #0D2F66

Tints of Sapphire #0D2F66

Color information

#0D2F66 (or 0x0D2F66) is unknown color: approx Sapphire. HEX triplet: 0D, 2F and 66. RGB value is (13,47,102). Sum of RGB (Red+Green+Blue) = 13+47+102=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D2F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F66 is #F2D099. Grayscale: #2A2A2A. Windows color (decimal): -15913114 or 6696717. OLE color: 6696717.

HSL color Cylindrical-coordinate representation of color #0D2F66: hue angle of 217.08º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2F66 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1347102-
CMYK0.870.5400.6
HSL217.08º77.39%22.55%-
HSV(B)217.08º87.25%40%-
XYZ3.583.0812.98-
YUV43.1161.24106.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=8.02%
G=29.01%
B=62.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal13471020.870.5400.6217.0877.3922.55
HexD2F66573603Cd94d17
Octal15571461276607433111527
Binary110110111111001101010111110110011110011011001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,47,102); }

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

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

 a { background-color: rgb(13,47,102); }

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

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

 span { border-color: rgb(13,47,102); }

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