Html Css Color HEX #0277BE Navy Blue

📋 copy color: '#0277BE'

red 2 ◦ green 119 ◦ blue 190

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

Shades of Navy Blue #0277BE

Tints of Navy Blue #0277BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 0.64%
G = 38.26%
B = 61.09%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0277BE (or 0x0277BE) is known color: Navy Blue. HEX triplet: 02, 77 and BE. RGB value is (2,119,190). Sum of RGB (Red+Green+Blue) = 2+119+190=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #0277BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277BE is #FD8841. Grayscale: #5B5B5B. Windows color (decimal): -16615490 or 12482306. OLE color: 12482306.

HSL color Cylindrical-coordinate representation of color #0277BE: hue angle of 202.66º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277BE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 119 190 -
CMYK 0.99 0.37 0 0.25
HSL 202.66º 0.98% 0.38% -
HSV(B) 202.66º 0.99% 0.75% -
XYZ 15.92 16.92 51.14 -
YUV 92.11 183.24 63.73 -
System Red Green Blue C M Y K H S L
Decimal 2 119 190 0.99 0.37 0 0.25 202.66 0.98 0.38
Hex 2 77 BE 63 25 0 19 CB 62 26
Octal 2 167 276 143 45 0 31 313 142 46
Binary 10 1110111 10111110 1100011 100101 0 11001 11001011 1100010 100110

Color Harmonies of #0277BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0277BE

Black with #0277BE

Text Example


Text Example

White with #0277BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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