Html Css Color HEX #077BCA Navy Blue

📋 copy color: '#077BCA'

red 7 ◦ green 123 ◦ blue 202

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

Shades of Navy Blue #077BCA

Tints of Navy Blue #077BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.84%

R = 2.11%
G = 37.05%
B = 60.84%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#077BCA (or 0x077BCA) is known color: Navy Blue. HEX triplet: 07, 7B and CA. RGB value is (7,123,202). Sum of RGB (Red+Green+Blue) = 7+123+202=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #077BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BCA is #F88435. Grayscale: #606060. Windows color (decimal): -16286774 or 13269767. OLE color: 13269767.

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

Color convert

RGB 7 123 202 -
CMYK 0.97 0.39 0 0.21
HSL 204.31º 0.93% 0.41% -
HSV(B) 204.31º 0.97% 0.79% -
XYZ 17.83 18.48 58.5 -
YUV 97.32 187.07 63.58 -
System Red Green Blue C M Y K H S L
Decimal 7 123 202 0.97 0.39 0 0.21 204.31 0.93 0.41
Hex 7 7B CA 61 27 0 15 CC 5D 29
Octal 7 173 312 141 47 0 25 314 135 51
Binary 111 1111011 11001010 1100001 100111 0 10101 11001100 1011101 101001

Color Harmonies of #077BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BCA

Black with #077BCA

Text Example


Text Example

White with #077BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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