Html Css Color HEX #000278 Navy

📋 copy color: '#000278'

red 0 ◦ green 2 ◦ blue 120

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

Shades of Navy #000278

Tints of Navy #000278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 98.36%

R = 0%
G = 1.64%
B = 98.36%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#000278 (or 0x000278) is known color: Navy. HEX triplet: 00, 02 and 78. RGB value is (0,2,120). Sum of RGB (Red+Green+Blue) = 0+2+120=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 120 (47.27% from 255 or 98.36% from 122); Max value from RGB is 120 - color contains mainly: blue. Hex color #000278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000278 is #FFFD87. Grayscale: #0E0E0E. Windows color (decimal): -16776584 or 7864832. OLE color: 7864832.

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

Color convert

RGB 0 2 120 -
CMYK 1 0.98 0 0.53
HSL 239º 1% 0.24% -
HSV(B) 239º 1% 0.47% -
XYZ 3.41 1.4 17.86 -
YUV 14.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 0 2 120 1 0.98 0 0.53 239 1 0.24
Hex 0 2 78 64 62 0 35 EF 64 18
Octal 0 2 170 144 142 0 65 357 144 30
Binary 0 10 1111000 1100100 1100010 0 110101 11101111 1100100 11000

Color Harmonies of #000278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000278

Black with #000278

Text Example


Text Example

White with #000278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000278; }

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

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

background-color css

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

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

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

border-color css

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

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

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