Html Css Color HEX #0277DF Navy Blue

📋 copy color: '#0277DF'

red 2 ◦ green 119 ◦ blue 223

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

Shades of Navy Blue #0277DF

Tints of Navy Blue #0277DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 0.58%
G = 34.59%
B = 64.83%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0277DF (or 0x0277DF) is known color: Navy Blue. HEX triplet: 02, 77 and DF. RGB value is (2,119,223). Sum of RGB (Red+Green+Blue) = 2+119+223=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #0277DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277DF is #FD8820. Grayscale: #5F5F5F. Windows color (decimal): -16615457 or 14644994. OLE color: 14644994.

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

Color convert

RGB 2 119 223 -
CMYK 0.99 0.47 0 0.13
HSL 208.24º 0.98% 0.44% -
HSV(B) 208.24º 0.99% 0.87% -
XYZ 19.94 18.53 72.34 -
YUV 95.87 199.74 61.04 -
System Red Green Blue C M Y K H S L
Decimal 2 119 223 0.99 0.47 0 0.13 208.24 0.98 0.44
Hex 2 77 DF 63 2F 0 D D0 62 2C
Octal 2 167 337 143 57 0 15 320 142 54
Binary 10 1110111 11011111 1100011 101111 0 1101 11010000 1100010 101100

Color Harmonies of #0277DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0277DF

Black with #0277DF

Text Example


Text Example

White with #0277DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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