#0D1F62

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

Shades of Sapphire #0D1F62

Tints of Sapphire #0D1F62

Color information

#0D1F62 (or 0x0D1F62) is unknown color: approx Sapphire. HEX triplet: 0D, 1F and 62. RGB value is (13,31,98). Sum of RGB (Red+Green+Blue) = 13+31+98=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D1F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1F62 is #F2E09D. Grayscale: #202020. Windows color (decimal): -15917214 or 6430477. OLE color: 6430477.

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

Color convert

RGB133198-
CMYK0.870.6800.62
HSL227.29º76.58%21.76%-
HSV(B)227.29º86.73%38.43%-
XYZ2.861.9511.78-
YUV33.26164.54113.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=9.15%
G=21.83%
B=69.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1331980.870.6800.62227.2976.5821.76
HexD1F62574403Ee34d16
Octal153714212710407634311526
Binary110111111110001010101111000100011111011100011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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