#0D1D6B

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

Shades of Sapphire #0D1D6B

Tints of Sapphire #0D1D6B

Color information

#0D1D6B (or 0x0D1D6B) is unknown color: approx Sapphire. HEX triplet: 0D, 1D and 6B. RGB value is (13,29,107). Sum of RGB (Red+Green+Blue) = 13+29+107=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D1D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1D6B is #F2E294. Grayscale: #202020. Windows color (decimal): -15917717 or 7019789. OLE color: 7019789.

HSL color Cylindrical-coordinate representation of color #0D1D6B: hue angle of 229.79º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1D6B is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1329107-
CMYK0.880.7300.58
HSL229.79º78.33%23.53%-
HSV(B)229.79º87.85%41.96%-
XYZ3.262.0314.13-
YUV33.11169.7113.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.72%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 107 (42.19% from 255) = 71.81%
R=8.72%
G=19.46%
B=71.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13291070.880.7300.58229.7978.3323.53
HexD1D6B584903Ae64e18
Octal153515313011107234611630
Binary110111101110101110110001001001011101011100110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,29,107); }

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

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

 a { background-color: rgb(13,29,107); }

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

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

 span { border-color: rgb(13,29,107); }

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