#0D217B

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

Shades of Sapphire #0D217B

Tints of Sapphire #0D217B

Color information

#0D217B (or 0x0D217B) is unknown color: approx Sapphire. HEX triplet: 0D, 21 and 7B. RGB value is (13,33,123). Sum of RGB (Red+Green+Blue) = 13+33+123=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D217B is #F2DE84. Grayscale: #242424. Windows color (decimal): -15916677 or 8069389. OLE color: 8069389.

HSL color Cylindrical-coordinate representation of color #0D217B: hue angle of 229.09º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D217B is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1333123-
CMYK0.890.7300.52
HSL229.09º80.88%26.67%-
HSV(B)229.09º89.43%48.24%-
XYZ4.282.619.02-
YUV37.28176.37110.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.69%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 123 (48.44% from 255) = 72.78%
R=7.69%
G=19.53%
B=72.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13331230.890.7300.52229.0980.8826.67
HexD217B5949034e5511b
Octal154117313111106434512133
Binary1101100001111101110110011001001011010011100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,33,123); }

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

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

 a { background-color: rgb(13,33,123); }

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

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

 span { border-color: rgb(13,33,123); }

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