#0D2F62

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

Shades of Sapphire #0D2F62

Tints of Sapphire #0D2F62

Color information

#0D2F62 (or 0x0D2F62) is unknown color: approx Sapphire. HEX triplet: 0D, 2F and 62. RGB value is (13,47,98). Sum of RGB (Red+Green+Blue) = 13+47+98=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D2F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F62 is #F2D09D. Grayscale: #2A2A2A. Windows color (decimal): -15913118 or 6434573. OLE color: 6434573.

HSL color Cylindrical-coordinate representation of color #0D2F62: hue angle of 216º 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 #0D2F62 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB134798-
CMYK0.870.5200.62
HSL216º76.58%21.76%-
HSV(B)216º86.73%38.43%-
XYZ3.39311.96-
YUV42.65159.24106.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 98 (38.67% from 255) = 62.03%
R=8.23%
G=29.75%
B=62.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1347980.870.5200.6221676.5821.76
HexD2F62573403Ed84d16
Octal15571421276407633011526
Binary110110111111000101010111110100011111011011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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