Html Css Color HEX #0277C9 Navy Blue

📋 copy color: '#0277C9'

red 2 ◦ green 119 ◦ blue 201

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

Shades of Navy Blue #0277C9

Tints of Navy Blue #0277C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 62.42%

R = 0.62%
G = 36.96%
B = 62.42%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0277C9 (or 0x0277C9) is known color: Navy Blue. HEX triplet: 02, 77 and C9. RGB value is (2,119,201). Sum of RGB (Red+Green+Blue) = 2+119+201=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #0277C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277C9 is #FD8836. Grayscale: #5C5C5C. Windows color (decimal): -16615479 or 13203202. OLE color: 13203202.

HSL color Cylindrical-coordinate representation of color #0277C9: hue angle of 204.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277C9 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 119 201 -
CMYK 0.99 0.41 0 0.21
HSL 204.72º 0.98% 0.4% -
HSV(B) 204.72º 0.99% 0.79% -
XYZ 17.16 17.42 57.72 -
YUV 93.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 2 119 201 0.99 0.41 0 0.21 204.72 0.98 0.4
Hex 2 77 C9 63 29 0 15 CD 62 28
Octal 2 167 311 143 51 0 25 315 142 50
Binary 10 1110111 11001001 1100011 101001 0 10101 11001101 1100010 101000

Color Harmonies of #0277C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0277C9

Black with #0277C9

Text Example


Text Example

White with #0277C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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