#0D2775

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

Shades of Sapphire #0D2775

Tints of Sapphire #0D2775

Color information

#0D2775 (or 0x0D2775) is unknown color: approx Sapphire. HEX triplet: 0D, 27 and 75. RGB value is (13,39,117). Sum of RGB (Red+Green+Blue) = 13+39+117=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D2775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2775 is #F2D88A. Grayscale: #272727. Windows color (decimal): -15915147 or 7677709. OLE color: 7677709.

HSL color Cylindrical-coordinate representation of color #0D2775: hue angle of 225º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2775 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1339117-
CMYK0.890.6700.54
HSL225º80%25.49%-
HSV(B)225º88.89%45.88%-
XYZ4.12.8217.16-
YUV40.12171.39108.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.69%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=7.69%
G=23.08%
B=69.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13391170.890.6700.542258025.49
HexD27755943036e15019
Octal154716513110306634112031
Binary1101100111111010110110011000011011011011100001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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