Html Css Color HEX #077AAA Cerulean

📋 copy color: '#077AAA'

red 7 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #077AAA

Tints of Cerulean #077AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 2.34%
G = 40.8%
B = 56.86%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#077AAA (or 0x077AAA) is known color: Cerulean. HEX triplet: 07, 7A and AA. RGB value is (7,122,170). Sum of RGB (Red+Green+Blue) = 7+122+170=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #077AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077AAA is #F88555. Grayscale: #5C5C5C. Windows color (decimal): -16287062 or 11172359. OLE color: 11172359.

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

Color convert

RGB 7 122 170 -
CMYK 0.96 0.28 0 0.33
HSL 197.67º 0.92% 0.35% -
HSV(B) 197.67º 0.96% 0.67% -
XYZ 14.3 16.87 40.53 -
YUV 93.09 171.4 66.6 -
System Red Green Blue C M Y K H S L
Decimal 7 122 170 0.96 0.28 0 0.33 197.67 0.92 0.35
Hex 7 7A AA 60 1C 0 21 C6 5C 23
Octal 7 172 252 140 34 0 41 306 134 43
Binary 111 1111010 10101010 1100000 11100 0 100001 11000110 1011100 100011

Color Harmonies of #077AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077AAA

Black with #077AAA

Text Example


Text Example

White with #077AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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