#0D184F

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

Shades of Sapphire #0D184F

Tints of Sapphire #0D184F

Color information

#0D184F (or 0x0D184F) is unknown color: approx Sapphire. HEX triplet: 0D, 18 and 4F. RGB value is (13,24,79). Sum of RGB (Red+Green+Blue) = 13+24+79=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D184F is #F2E7B0. Grayscale: #1A1A1A. Windows color (decimal): -15919025 or 5183501. OLE color: 5183501.

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

Color convert

RGB132479-
CMYK0.840.7000.69
HSL230º71.74%18.04%-
HSV(B)230º83.54%30.98%-
XYZ1.91.37.55-
YUV26.98157.36118.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.21%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=11.21%
G=20.69%
B=68.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1324790.840.7000.6923071.7418.04
HexD184F5446045e64812
Octal1530117124106010534611022
Binary1101110001001111101010010001100100010111100110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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