#0d275c

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

Shades of Sapphire #0D275C

Tints of Sapphire #0D275C

Color information

#0D275C (or 0x0D275C) is unknown color: approx Sapphire. HEX triplet: 0D, 27 and 5C. RGB value is (13,39,92). Sum of RGB (Red+Green+Blue) = 13+39+92=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D275C is #F2D8A3. Grayscale: #252525. Windows color (decimal): -15915172 or 6039309. OLE color: 6039309.

HSL color Cylindrical-coordinate representation of color #0D275C: hue angle of 220.25º 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 #0D275C is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB133992-
CMYK0.860.5800.64
HSL220.25º75.24%20.59%-
HSV(B)220.25º85.87%36.08%-
XYZ2.822.3110.42-
YUV37.27158.89110.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 92 (36.33% from 255) = 63.89%
R=9.03%
G=27.08%
B=63.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1339920.860.5800.64220.2575.2420.59
HexD275C563A040dc4b15
Octal154713412672010033411325
Binary1101100111101110010101101110100100000011011100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d275c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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