#0D154F

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

Shades of Sapphire #0D154F

Tints of Sapphire #0D154F

Color information

#0D154F (or 0x0D154F) is unknown color: approx Sapphire. HEX triplet: 0D, 15 and 4F. RGB value is (13,21,79). Sum of RGB (Red+Green+Blue) = 13+21+79=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 79 (31.25% from 255 or 69.91% from 113); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D154F is #F2EAB0. Grayscale: #181818. Windows color (decimal): -15919793 or 5182733. OLE color: 5182733.

HSL color Cylindrical-coordinate representation of color #0D154F: hue angle of 232.73º 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 #0D154F is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB132179-
CMYK0.840.7300.69
HSL232.73º71.74%18.04%-
HSV(B)232.73º83.54%30.98%-
XYZ1.851.197.53-
YUV25.22158.35119.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.50%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 79 (31.25% from 255) = 69.91%
R=11.50%
G=18.58%
B=69.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1321790.840.7300.69232.7371.7418.04
HexD154F5449045e94812
Octal1525117124111010535111022
Binary1101101011001111101010010010010100010111101001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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