Html Css Color HEX #0D0575 Navy

📋 copy color: '#0D0575'

red 13 ◦ green 5 ◦ blue 117

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

Shades of Navy #0D0575

Tints of Navy #0D0575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 117 (46.09% from 255) = 86.67%

R = 9.63%
G = 3.7%
B = 86.67%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D0575 (or 0x0D0575) is known color: Navy. HEX triplet: 0D, 05 and 75. RGB value is (13,5,117). Sum of RGB (Red+Green+Blue) = 13+5+117=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D0575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0575 is #F2FA8A. Grayscale: #131313. Windows color (decimal): -15923851 or 7669005. OLE color: 7669005.

HSL color Cylindrical-coordinate representation of color #0D0575: hue angle of 244.29º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0575 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 5 117 -
CMYK 0.89 0.96 0 0.54
HSL 244.29º 0.92% 0.24% -
HSV(B) 244.29º 0.96% 0.46% -
XYZ 3.43 1.48 16.93 -
YUV 20.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 13 5 117 0.89 0.96 0 0.54 244.29 0.92 0.24
Hex D 5 75 59 60 0 36 F4 5C 18
Octal 15 5 165 131 140 0 66 364 134 30
Binary 1101 101 1110101 1011001 1100000 0 110110 11110100 1011100 11000

Color Harmonies of #0D0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0575

Black with #0D0575

Text Example


Text Example

White with #0D0575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,5,117); }

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

background-color css

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

 a { background-color: rgb(13,5,117); }

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

border-color css

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

 span { border-color: rgb(13,5,117); }

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