Html Css Color HEX #0D0273 Navy

📋 copy color: '#0D0273'

red 13 ◦ green 2 ◦ blue 115

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

Shades of Navy #0D0273

Tints of Navy #0D0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 115 (45.31% from 255) = 88.46%

R = 10%
G = 1.54%
B = 88.46%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0D0273 (or 0x0D0273) is known color: Navy. HEX triplet: 0D, 02 and 73. RGB value is (13,2,115). Sum of RGB (Red+Green+Blue) = 13+2+115=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 115 (45.31% from 255 or 88.46% from 130); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D0273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0273 is #F2FD8C. Grayscale: #111111. Windows color (decimal): -15924621 or 7537165. OLE color: 7537165.

HSL color Cylindrical-coordinate representation of color #0D0273: hue angle of 245.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0273 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 2 115 -
CMYK 0.89 0.98 0 0.55
HSL 245.84º 0.97% 0.23% -
HSV(B) 245.84º 0.98% 0.45% -
XYZ 3.28 1.37 16.31 -
YUV 18.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 13 2 115 0.89 0.98 0 0.55 245.84 0.97 0.23
Hex D 2 73 59 62 0 37 F6 61 17
Octal 15 2 163 131 142 0 67 366 141 27
Binary 1101 10 1110011 1011001 1100010 0 110111 11110110 1100001 10111

Color Harmonies of #0D0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0273

Black with #0D0273

Text Example


Text Example

White with #0D0273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,2,115); }

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

background-color css

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

 a { background-color: rgb(13,2,115); }

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

border-color css

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

 span { border-color: rgb(13,2,115); }

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