Html Css Color HEX #077BC7 Navy Blue

📋 copy color: '#077BC7'

red 7 ◦ green 123 ◦ blue 199

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

Shades of Navy Blue #077BC7

Tints of Navy Blue #077BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

 BLUE value IS 199 (78.13% from 255) = 60.49%

R = 2.13%
G = 37.39%
B = 60.49%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#077BC7 (or 0x077BC7) is known color: Navy Blue. HEX triplet: 07, 7B and C7. RGB value is (7,123,199). Sum of RGB (Red+Green+Blue) = 7+123+199=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #077BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BC7 is #F88438. Grayscale: #606060. Windows color (decimal): -16286777 or 13073159. OLE color: 13073159.

HSL color Cylindrical-coordinate representation of color #077BC7: hue angle of 203.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BC7 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 123 199 -
CMYK 0.96 0.38 0 0.22
HSL 203.75º 0.93% 0.4% -
HSV(B) 203.75º 0.96% 0.78% -
XYZ 17.48 18.33 56.65 -
YUV 96.98 185.57 63.82 -
System Red Green Blue C M Y K H S L
Decimal 7 123 199 0.96 0.38 0 0.22 203.75 0.93 0.4
Hex 7 7B C7 60 26 0 16 CC 5D 28
Octal 7 173 307 140 46 0 26 314 135 50
Binary 111 1111011 11000111 1100000 100110 0 10110 11001100 1011101 101000

Color Harmonies of #077BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BC7

Black with #077BC7

Text Example


Text Example

White with #077BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,123,199); }

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

background-color css

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

 a { background-color: rgb(7,123,199); }

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

border-color css

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

 span { border-color: rgb(7,123,199); }

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