Html Css Color HEX #0D036D Navy

📋 copy color: '#0D036D'

red 13 ◦ green 3 ◦ blue 109

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

Shades of Navy #0D036D

Tints of Navy #0D036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 87.2%

R = 10.4%
G = 2.4%
B = 87.2%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D036D (or 0x0D036D) is known color: Navy. HEX triplet: 0D, 03 and 6D. RGB value is (13,3,109). Sum of RGB (Red+Green+Blue) = 13+3+109=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D036D is #F2FC92. Grayscale: #111111. Windows color (decimal): -15924371 or 7144205. OLE color: 7144205.

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

Color convert

RGB 13 3 109 -
CMYK 0.88 0.97 0 0.57
HSL 245.66º 0.95% 0.22% -
HSV(B) 245.66º 0.97% 0.43% -
XYZ 2.96 1.25 14.55 -
YUV 18.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 13 3 109 0.88 0.97 0 0.57 245.66 0.95 0.22
Hex D 3 6D 58 61 0 39 F6 5F 16
Octal 15 3 155 130 141 0 71 366 137 26
Binary 1101 11 1101101 1011000 1100001 0 111001 11110110 1011111 10110

Color Harmonies of #0D036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D036D

Black with #0D036D

Text Example


Text Example

White with #0D036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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