Html Css Color HEX #000273 Navy

📋 copy color: '#000273'

red 0 ◦ green 2 ◦ blue 115

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

Shades of Navy #000273

Tints of Navy #000273

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 1.71%
B = 98.29%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000273 (or 0x000273) is known color: Navy. HEX triplet: 00, 02 and 73. RGB value is (0,2,115). Sum of RGB (Red+Green+Blue) = 0+2+115=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 115 (45.31% from 255 or 98.29% from 117); Max value from RGB is 115 - color contains mainly: blue. Hex color #000273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000273 is #FFFD8C. Grayscale: #0D0D0D. Windows color (decimal): -16776589 or 7537152. OLE color: 7537152.

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

Color convert

RGB 0 2 115 -
CMYK 1 0.98 0 0.55
HSL 238.96º 1% 0.23% -
HSV(B) 238.96º 1% 0.45% -
XYZ 3.12 1.28 16.3 -
YUV 14.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 0 2 115 1 0.98 0 0.55 238.96 1 0.23
Hex 0 2 73 64 62 0 37 EF 64 17
Octal 0 2 163 144 142 0 67 357 144 27
Binary 0 10 1110011 1100100 1100010 0 110111 11101111 1100100 10111

Color Harmonies of #000273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000273

Black with #000273

Text Example


Text Example

White with #000273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000273; }

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

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

background-color css

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

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

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

border-color css

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

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

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