Html Css Color HEX #0277BF Navy Blue

📋 copy color: '#0277BF'

red 2 ◦ green 119 ◦ blue 191

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

Shades of Navy Blue #0277BF

Tints of Navy Blue #0277BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.22%

R = 0.64%
G = 38.14%
B = 61.22%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0277BF (or 0x0277BF) is known color: Navy Blue. HEX triplet: 02, 77 and BF. RGB value is (2,119,191). Sum of RGB (Red+Green+Blue) = 2+119+191=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #0277BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277BF is #FD8840. Grayscale: #5B5B5B. Windows color (decimal): -16615489 or 12547842. OLE color: 12547842.

HSL color Cylindrical-coordinate representation of color #0277BF: hue angle of 202.86º 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 #0277BF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 119 191 -
CMYK 0.99 0.38 0 0.25
HSL 202.86º 0.98% 0.38% -
HSV(B) 202.86º 0.99% 0.75% -
XYZ 16.03 16.97 51.72 -
YUV 92.23 183.74 63.65 -
System Red Green Blue C M Y K H S L
Decimal 2 119 191 0.99 0.38 0 0.25 202.86 0.98 0.38
Hex 2 77 BF 63 26 0 19 CB 62 26
Octal 2 167 277 143 46 0 31 313 142 46
Binary 10 1110111 10111111 1100011 100110 0 11001 11001011 1100010 100110

Color Harmonies of #0277BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0277BF

Black with #0277BF

Text Example


Text Example

White with #0277BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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