Html Css Color HEX #077AAE Cerulean

📋 copy color: '#077AAE'

red 7 ◦ green 122 ◦ blue 174

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

Shades of Cerulean #077AAE

Tints of Cerulean #077AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 2.31%
G = 40.26%
B = 57.43%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#077AAE (or 0x077AAE) is known color: Cerulean. HEX triplet: 07, 7A and AE. RGB value is (7,122,174). Sum of RGB (Red+Green+Blue) = 7+122+174=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #077AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077AAE is #F88551. Grayscale: #5D5D5D. Windows color (decimal): -16287058 or 11434503. OLE color: 11434503.

HSL color Cylindrical-coordinate representation of color #077AAE: hue angle of 198.68º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AAE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 122 174 -
CMYK 0.96 0.30 0 0.32
HSL 198.68º 0.92% 0.35% -
HSV(B) 198.68º 0.96% 0.68% -
XYZ 14.69 17.02 42.56 -
YUV 93.54 173.4 66.27 -
System Red Green Blue C M Y K H S L
Decimal 7 122 174 0.96 0.30 0 0.32 198.68 0.92 0.35
Hex 7 7A AE 60 1E 0 20 C7 5C 23
Octal 7 172 256 140 36 0 40 307 134 43
Binary 111 1111010 10101110 1100000 11110 0 100000 11000111 1011100 100011

Color Harmonies of #077AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077AAE

Black with #077AAE

Text Example


Text Example

White with #077AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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