#0D185C

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

Shades of Sapphire #0D185C

Tints of Sapphire #0D185C

Color information

#0D185C (or 0x0D185C) is unknown color: approx Sapphire. HEX triplet: 0D, 18 and 5C. RGB value is (13,24,92). Sum of RGB (Red+Green+Blue) = 13+24+92=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D185C is #F2E7A3. Grayscale: #1C1C1C. Windows color (decimal): -15919012 or 6035469. OLE color: 6035469.

HSL color Cylindrical-coordinate representation of color #0D185C: hue angle of 231.65º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D185C is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB132492-
CMYK0.860.7400.64
HSL231.65º75.24%20.59%-
HSV(B)231.65º85.87%36.08%-
XYZ2.421.5110.29-
YUV28.46163.86116.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=10.08%
G=18.60%
B=71.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1324920.860.7400.64231.6575.2420.59
HexD185C564A040e84b15
Octal1530134126112010035011325
Binary1101110001011100101011010010100100000011101000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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