#0D1F4D

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

Shades of Sapphire #0D1F4D

Tints of Sapphire #0D1F4D

Color information

#0D1F4D (or 0x0D1F4D) is unknown color: approx Sapphire. HEX triplet: 0D, 1F and 4D. RGB value is (13,31,77). Sum of RGB (Red+Green+Blue) = 13+31+77=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D1F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1F4D is #F2E0B2. Grayscale: #1E1E1E. Windows color (decimal): -15917235 or 5054221. OLE color: 5054221.

HSL color Cylindrical-coordinate representation of color #0D1F4D: hue angle of 223.12º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1F4D is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB133177-
CMYK0.830.6000.70
HSL223.12º71.11%17.65%-
HSV(B)223.12º83.12%30.2%-
XYZ21.67.23-
YUV30.86154.04115.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 77 (30.47% from 255) = 63.64%
R=10.74%
G=25.62%
B=63.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1331770.830.6000.70223.1271.1117.65
HexD1F4D533C046df4712
Octal153711512374010633710722
Binary110111111100110110100111111000100011011011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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