Html Css Color HEX #077ADE Navy Blue

📋 copy color: '#077ADE'

red 7 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #077ADE

Tints of Navy Blue #077ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 1.99%
G = 34.76%
B = 63.25%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#077ADE (or 0x077ADE) is known color: Navy Blue. HEX triplet: 07, 7A and DE. RGB value is (7,122,222). Sum of RGB (Red+Green+Blue) = 7+122+222=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #077ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ADE is #F88521. Grayscale: #626262. Windows color (decimal): -16287010 or 14580231. OLE color: 14580231.

HSL color Cylindrical-coordinate representation of color #077ADE: hue angle of 207.91º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077ADE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 122 222 -
CMYK 0.97 0.45 0 0.13
HSL 207.91º 0.94% 0.45% -
HSV(B) 207.91º 0.97% 0.87% -
XYZ 20.23 19.24 71.75 -
YUV 99.02 197.4 62.37 -
System Red Green Blue C M Y K H S L
Decimal 7 122 222 0.97 0.45 0 0.13 207.91 0.94 0.45
Hex 7 7A DE 61 2D 0 D D0 5E 2D
Octal 7 172 336 141 55 0 15 320 136 55
Binary 111 1111010 11011110 1100001 101101 0 1101 11010000 1011110 101101

Color Harmonies of #077ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077ADE

Black with #077ADE

Text Example


Text Example

White with #077ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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