#0D275B

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

Shades of Sapphire #0D275B

Tints of Sapphire #0D275B

Color information

#0D275B (or 0x0D275B) is unknown color: approx Sapphire. HEX triplet: 0D, 27 and 5B. RGB value is (13,39,91). Sum of RGB (Red+Green+Blue) = 13+39+91=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D275B is #F2D8A4. Grayscale: #242424. Windows color (decimal): -15915173 or 5973773. OLE color: 5973773.

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

Color convert

RGB133991-
CMYK0.860.5700.64
HSL220º75%20.39%-
HSV(B)220º85.71%35.69%-
XYZ2.782.2910.19-
YUV37.15158.39110.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 91 (35.94% from 255) = 63.64%
R=9.09%
G=27.27%
B=63.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1339910.860.5700.642207520.39
HexD275B5639040dc4b14
Octal154713312671010033411324
Binary1101100111101101110101101110010100000011011100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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