Html Css Color HEX #077ACB Navy Blue

📋 copy color: '#077ACB'

red 7 ◦ green 122 ◦ blue 203

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

Shades of Navy Blue #077ACB

Tints of Navy Blue #077ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 2.11%
G = 36.75%
B = 61.14%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#077ACB (or 0x077ACB) is known color: Navy Blue. HEX triplet: 07, 7A and CB. RGB value is (7,122,203). Sum of RGB (Red+Green+Blue) = 7+122+203=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #077ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ACB is #F88534. Grayscale: #606060. Windows color (decimal): -16287029 or 13335047. OLE color: 13335047.

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

Color convert

RGB 7 122 203 -
CMYK 0.97 0.40 0 0.20
HSL 204.8º 0.93% 0.41% -
HSV(B) 204.8º 0.97% 0.8% -
XYZ 17.83 18.28 59.09 -
YUV 96.85 187.9 63.91 -
System Red Green Blue C M Y K H S L
Decimal 7 122 203 0.97 0.40 0 0.20 204.8 0.93 0.41
Hex 7 7A CB 61 28 0 14 CD 5D 29
Octal 7 172 313 141 50 0 24 315 135 51
Binary 111 1111010 11001011 1100001 101000 0 10100 11001101 1011101 101001

Color Harmonies of #077ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077ACB

Black with #077ACB

Text Example


Text Example

White with #077ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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