Html Css Color HEX #077FCB Navy Blue

📋 copy color: '#077FCB'

red 7 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #077FCB

Tints of Navy Blue #077FCB

RGB

 RED value IS 7 (3.13% from 255) = 2.08%

 GREEN value IS 127 (50% from 255) = 37.69%

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 2.08%
G = 37.69%
B = 60.24%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#077FCB (or 0x077FCB) is known color: Navy Blue. HEX triplet: 07, 7F and CB. RGB value is (7,127,203). Sum of RGB (Red+Green+Blue) = 7+127+203=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #077FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FCB is #F88034. Grayscale: #636363. Windows color (decimal): -16285749 or 13336327. OLE color: 13336327.

HSL color Cylindrical-coordinate representation of color #077FCB: hue angle of 203.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FCB is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 127 203 -
CMYK 0.97 0.37 0 0.20
HSL 203.27º 0.93% 0.41% -
HSV(B) 203.27º 0.97% 0.8% -
XYZ 18.46 19.54 59.3 -
YUV 99.78 186.24 61.82 -
System Red Green Blue C M Y K H S L
Decimal 7 127 203 0.97 0.37 0 0.20 203.27 0.93 0.41
Hex 7 7F CB 61 25 0 14 CB 5D 29
Octal 7 177 313 141 45 0 24 313 135 51
Binary 111 1111111 11001011 1100001 100101 0 10100 11001011 1011101 101001

Color Harmonies of #077FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FCB

Black with #077FCB

Text Example


Text Example

White with #077FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077FCB; }

 p { color: rgb(7,127,203); }

 H1.HeaderClassName
 {
   color: #077FCB;
 }
 .AnyTagClassName
 {
   color: #077FCB;
 }
</style>

background-color css

<style>
 a { background-color: #077FCB; }

 a { background-color: rgb(7,127,203); }

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

border-color css

<style>
 span { border-color: #077FCB; }

 span { border-color: rgb(7,127,203); }

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