#0D2862

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

Shades of Sapphire #0D2862

Tints of Sapphire #0D2862

Color information

#0D2862 (or 0x0D2862) is unknown color: approx Sapphire. HEX triplet: 0D, 28 and 62. RGB value is (13,40,98). Sum of RGB (Red+Green+Blue) = 13+40+98=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D2862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2862 is #F2D79D. Grayscale: #262626. Windows color (decimal): -15914910 or 6432781. OLE color: 6432781.

HSL color Cylindrical-coordinate representation of color #0D2862: hue angle of 220.94º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2862 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB134098-
CMYK0.870.5900.62
HSL220.94º76.58%21.76%-
HSV(B)220.94º86.73%38.43%-
XYZ3.132.4811.87-
YUV38.54161.55109.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=8.61%
G=26.49%
B=64.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1340980.870.5900.62220.9476.5821.76
HexD2862573B03Edd4d16
Octal15501421277307633511526
Binary110110100011000101010111111011011111011011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,40,98); }

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

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

 a { background-color: rgb(13,40,98); }

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

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

 span { border-color: rgb(13,40,98); }

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