Html Css Color HEX #0D037D Navy

📋 copy color: '#0D037D'

red 13 ◦ green 3 ◦ blue 125

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

Shades of Navy #0D037D

Tints of Navy #0D037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 88.65%

R = 9.22%
G = 2.13%
B = 88.65%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D037D (or 0x0D037D) is known color: Navy. HEX triplet: 0D, 03 and 7D. RGB value is (13,3,125). Sum of RGB (Red+Green+Blue) = 13+3+125=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 125 (49.22% from 255 or 88.65% from 141); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D037D is #F2FC82. Grayscale: #131313. Windows color (decimal): -15924355 or 8192781. OLE color: 8192781.

HSL color Cylindrical-coordinate representation of color #0D037D: hue angle of 244.92º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D037D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 3 125 -
CMYK 0.90 0.98 0 0.51
HSL 244.92º 0.95% 0.25% -
HSV(B) 244.92º 0.98% 0.49% -
XYZ 3.9 1.63 19.51 -
YUV 19.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 13 3 125 0.90 0.98 0 0.51 244.92 0.95 0.25
Hex D 3 7D 5A 62 0 33 F5 5F 19
Octal 15 3 175 132 142 0 63 365 137 31
Binary 1101 11 1111101 1011010 1100010 0 110011 11110101 1011111 11001

Color Harmonies of #0D037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D037D

Black with #0D037D

Text Example


Text Example

White with #0D037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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