Html Css Color HEX #0D0370 Navy

📋 copy color: '#0D0370'

red 13 ◦ green 3 ◦ blue 112

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

Shades of Navy #0D0370

Tints of Navy #0D0370

RGB

 RED value IS 13 (5.47% from 255) = 10.16%

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 112 (44.14% from 255) = 87.5%

R = 10.16%
G = 2.34%
B = 87.5%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D0370 (or 0x0D0370) is known color: Navy. HEX triplet: 0D, 03 and 70. RGB value is (13,3,112). Sum of RGB (Red+Green+Blue) = 13+3+112=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D0370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0370 is #F2FC8F. Grayscale: #111111. Windows color (decimal): -15924368 or 7340813. OLE color: 7340813.

HSL color Cylindrical-coordinate representation of color #0D0370: hue angle of 245.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0370 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 3 112 -
CMYK 0.88 0.97 0 0.56
HSL 245.5º 0.95% 0.23% -
HSV(B) 245.5º 0.97% 0.44% -
XYZ 3.12 1.32 15.42 -
YUV 18.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 13 3 112 0.88 0.97 0 0.56 245.5 0.95 0.23
Hex D 3 70 58 61 0 38 F6 5F 17
Octal 15 3 160 130 141 0 70 366 137 27
Binary 1101 11 1110000 1011000 1100001 0 111000 11110110 1011111 10111

Color Harmonies of #0D0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0370

Black with #0D0370

Text Example


Text Example

White with #0D0370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,3,112); }

 H1.HeaderClassName
 {
   color: #0D0370;
 }
 .AnyTagClassName
 {
   color: #0D0370;
 }
</style>

background-color css

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

 a { background-color: rgb(13,3,112); }

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

border-color css

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

 span { border-color: rgb(13,3,112); }

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