Html Css Color HEX #0D1D6B Sapphire

📋 copy color: '#0D1D6B'

red 13 ◦ green 29 ◦ blue 107

#0D1D6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0D1D6B

Tints of Sapphire #0D1D6B

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 value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D1D6B (or 0x0D1D6B) is known color: 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

RGB 13 29 107 -
CMYK 0.88 0.73 0 0.58
HSL 229.79º 0.78% 0.24% -
HSV(B) 229.79º 0.88% 0.42% -
XYZ 3.26 2.03 14.13 -
YUV 33.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 13 29 107 0.88 0.73 0 0.58 229.79 0.78 0.24
Hex D 1D 6B 58 49 0 3A E6 4E 18
Octal 15 35 153 130 111 0 72 346 116 30
Binary 1101 11101 1101011 1011000 1001001 0 111010 11100110 1001110 11000

Color Harmonies of #0D1D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D6B

Black with #0D1D6B

Text Example


Text Example

White with #0D1D6B

Text Example


Text Example

HTML Codes & Css Web 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>