#0D144F

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

Shades of Sapphire #0D144F

Tints of Sapphire #0D144F

Color information

#0D144F (or 0x0D144F) is unknown color: approx Sapphire. HEX triplet: 0D, 14 and 4F. RGB value is (13,20,79). Sum of RGB (Red+Green+Blue) = 13+20+79=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D144F is #F2EBB0. Grayscale: #181818. Windows color (decimal): -15920049 or 5182477. OLE color: 5182477.

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

Color convert

RGB132079-
CMYK0.840.7500.69
HSL233.64º71.74%18.04%-
HSV(B)233.64º83.54%30.98%-
XYZ1.831.157.52-
YUV24.63158.68119.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.61%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 79 (31.25% from 255) = 70.54%
R=11.61%
G=17.86%
B=70.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1320790.840.7500.69233.6471.7418.04
HexD144F544B045ea4812
Octal1524117124113010535211022
Binary1101101001001111101010010010110100010111101010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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