Html Css Color HEX #020274 Navy

📋 copy color: '#020274'

red 2 ◦ green 2 ◦ blue 116

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

Shades of Navy #020274

Tints of Navy #020274

RGB

 RED value IS 2 (1.17% from 255) = 1.67%

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

 BLUE value IS 116 (45.7% from 255) = 96.67%

R = 1.67%
G = 1.67%
B = 96.67%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020274 (or 0x020274) is known color: Navy. HEX triplet: 02, 02 and 74. RGB value is (2,2,116). Sum of RGB (Red+Green+Blue) = 2+2+116=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 116 (45.70% from 255 or 96.67% from 120); Max value from RGB is 116 - color contains mainly: blue. Hex color #020274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020274 is #FDFD8B. Grayscale: #0E0E0E. Windows color (decimal): -16645516 or 7602690. OLE color: 7602690.

HSL color Cylindrical-coordinate representation of color #020274: hue angle of 240º 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 #020274 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 2 116 -
CMYK 0.98 0.98 0 0.55
HSL 240º 0.97% 0.23% -
HSV(B) 240º 0.98% 0.45% -
XYZ 3.2 1.32 16.61 -
YUV 15 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 2 2 116 0.98 0.98 0 0.55 240 0.97 0.23
Hex 2 2 74 62 62 0 37 F0 61 17
Octal 2 2 164 142 142 0 67 360 141 27
Binary 10 10 1110100 1100010 1100010 0 110111 11110000 1100001 10111

Color Harmonies of #020274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020274

Black with #020274

Text Example


Text Example

White with #020274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020274; }

 p { color: rgb(2,2,116); }

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

background-color css

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

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

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

border-color css

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

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

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