Html Css Color HEX #077BCD Navy Blue

📋 copy color: '#077BCD'

red 7 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #077BCD

Tints of Navy Blue #077BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 2.09%
G = 36.72%
B = 61.19%

CMYK

 C value IS 0.97

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#077BCD (or 0x077BCD) is known color: Navy Blue. HEX triplet: 07, 7B and CD. RGB value is (7,123,205). Sum of RGB (Red+Green+Blue) = 7+123+205=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #077BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BCD is #F88432. Grayscale: #616161. Windows color (decimal): -16286771 or 13466375. OLE color: 13466375.

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

Color convert

RGB 7 123 205 -
CMYK 0.97 0.4 0 0.20
HSL 204.85º 0.93% 0.42% -
HSV(B) 204.85º 0.97% 0.8% -
XYZ 18.19 18.62 60.39 -
YUV 97.66 188.57 63.33 -
System Red Green Blue C M Y K H S L
Decimal 7 123 205 0.97 0.4 0 0.20 204.85 0.93 0.42
Hex 7 7B CD 61 28 0 14 CD 5D 2A
Octal 7 173 315 141 50 0 24 315 135 52
Binary 111 1111011 11001101 1100001 101000 0 10100 11001101 1011101 101010

Color Harmonies of #077BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BCD

Black with #077BCD

Text Example


Text Example

White with #077BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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