Html Css Color HEX #077CCB Navy Blue

📋 copy color: '#077CCB'

red 7 ◦ green 124 ◦ blue 203

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

Shades of Navy Blue #077CCB

Tints of Navy Blue #077CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

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

R = 2.1%
G = 37.13%
B = 60.78%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#077CCB (or 0x077CCB) is known color: Navy Blue. HEX triplet: 07, 7C and CB. RGB value is (7,124,203). Sum of RGB (Red+Green+Blue) = 7+124+203=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #077CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CCB is #F88334. Grayscale: #616161. Windows color (decimal): -16286517 or 13335559. OLE color: 13335559.

HSL color Cylindrical-coordinate representation of color #077CCB: hue angle of 204.18º 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 #077CCB is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 124 203 -
CMYK 0.97 0.39 0 0.20
HSL 204.18º 0.93% 0.41% -
HSV(B) 204.18º 0.97% 0.8% -
XYZ 18.07 18.77 59.17 -
YUV 98.02 187.24 63.08 -
System Red Green Blue C M Y K H S L
Decimal 7 124 203 0.97 0.39 0 0.20 204.18 0.93 0.41
Hex 7 7C CB 61 27 0 14 CC 5D 29
Octal 7 174 313 141 47 0 24 314 135 51
Binary 111 1111100 11001011 1100001 100111 0 10100 11001100 1011101 101001

Color Harmonies of #077CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CCB

Black with #077CCB

Text Example


Text Example

White with #077CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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