Html Css Color HEX #0277DC Navy Blue

📋 copy color: '#0277DC'

red 2 ◦ green 119 ◦ blue 220

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

Shades of Navy Blue #0277DC

Tints of Navy Blue #0277DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 0.59%
G = 34.9%
B = 64.52%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0277DC (or 0x0277DC) is known color: Navy Blue. HEX triplet: 02, 77 and DC. RGB value is (2,119,220). Sum of RGB (Red+Green+Blue) = 2+119+220=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #0277DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277DC is #FD8823. Grayscale: #5F5F5F. Windows color (decimal): -16615460 or 14448386. OLE color: 14448386.

HSL color Cylindrical-coordinate representation of color #0277DC: hue angle of 207.8º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277DC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 119 220 -
CMYK 0.99 0.46 0 0.14
HSL 207.8º 0.98% 0.44% -
HSV(B) 207.8º 0.99% 0.86% -
XYZ 19.54 18.37 70.23 -
YUV 95.53 198.24 61.29 -
System Red Green Blue C M Y K H S L
Decimal 2 119 220 0.99 0.46 0 0.14 207.8 0.98 0.44
Hex 2 77 DC 63 2E 0 E D0 62 2C
Octal 2 167 334 143 56 0 16 320 142 54
Binary 10 1110111 11011100 1100011 101110 0 1110 11010000 1100010 101100

Color Harmonies of #0277DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0277DC

Black with #0277DC

Text Example


Text Example

White with #0277DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0277DC; }

 p { color: rgb(2,119,220); }

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

background-color css

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

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

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

border-color css

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

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

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