Html Css Color HEX #0D046C Navy

📋 copy color: '#0D046C'

red 13 ◦ green 4 ◦ blue 108

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

Shades of Navy #0D046C

Tints of Navy #0D046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

 BLUE value IS 108 (42.58% from 255) = 86.4%

R = 10.4%
G = 3.2%
B = 86.4%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D046C (or 0x0D046C) is known color: Navy. HEX triplet: 0D, 04 and 6C. RGB value is (13,4,108). Sum of RGB (Red+Green+Blue) = 13+4+108=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 108 (42.58% from 255 or 86.4% from 125); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D046C is #F2FB93. Grayscale: #121212. Windows color (decimal): -15924116 or 7078925. OLE color: 7078925.

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

Color convert

RGB 13 4 108 -
CMYK 0.88 0.96 0 0.58
HSL 245.19º 0.93% 0.22% -
HSV(B) 245.19º 0.96% 0.42% -
XYZ 2.92 1.26 14.28 -
YUV 18.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 13 4 108 0.88 0.96 0 0.58 245.19 0.93 0.22
Hex D 4 6C 58 60 0 3A F5 5D 16
Octal 15 4 154 130 140 0 72 365 135 26
Binary 1101 100 1101100 1011000 1100000 0 111010 11110101 1011101 10110

Color Harmonies of #0D046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D046C

Black with #0D046C

Text Example


Text Example

White with #0D046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,4,108); }

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

background-color css

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

 a { background-color: rgb(13,4,108); }

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

border-color css

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

 span { border-color: rgb(13,4,108); }

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