#0D164F

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

Shades of Sapphire #0D164F

Tints of Sapphire #0D164F

Color information

#0D164F (or 0x0D164F) is unknown color: approx Sapphire. HEX triplet: 0D, 16 and 4F. RGB value is (13,22,79). Sum of RGB (Red+Green+Blue) = 13+22+79=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 79 (31.25% from 255 or 69.30% from 114); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D164F is #F2E9B0. Grayscale: #191919. Windows color (decimal): -15919537 or 5182989. OLE color: 5182989.

HSL color Cylindrical-coordinate representation of color #0D164F: hue angle of 231.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D164F is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB132279-
CMYK0.840.7200.69
HSL231.82º71.74%18.04%-
HSV(B)231.82º83.54%30.98%-
XYZ1.861.227.54-
YUV25.81158.02118.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.40%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 79 (31.25% from 255) = 69.30%
R=11.40%
G=19.30%
B=69.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1322790.840.7200.69231.8271.7418.04
HexD164F5448045e84812
Octal1526117124110010535011022
Binary1101101101001111101010010010000100010111101000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,79); }

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

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

 a { background-color: rgb(13,22,79); }

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

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

 span { border-color: rgb(13,22,79); }

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