Html Css Color HEX #077AB4 Cerulean

📋 copy color: '#077AB4'

red 7 ◦ green 122 ◦ blue 180

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

Shades of Cerulean #077AB4

Tints of Cerulean #077AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.25%

R = 2.27%
G = 39.48%
B = 58.25%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#077AB4 (or 0x077AB4) is known color: Cerulean. HEX triplet: 07, 7A and B4. RGB value is (7,122,180). Sum of RGB (Red+Green+Blue) = 7+122+180=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #077AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AB4 is #F8854B. Grayscale: #5D5D5D. Windows color (decimal): -16287052 or 11827719. OLE color: 11827719.

HSL color Cylindrical-coordinate representation of color #077AB4: hue angle of 200.12º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AB4 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 122 180 -
CMYK 0.96 0.32 0 0.29
HSL 200.12º 0.93% 0.37% -
HSV(B) 200.12º 0.96% 0.71% -
XYZ 15.29 17.26 45.71 -
YUV 94.23 176.4 65.78 -
System Red Green Blue C M Y K H S L
Decimal 7 122 180 0.96 0.32 0 0.29 200.12 0.93 0.37
Hex 7 7A B4 60 20 0 1D C8 5D 25
Octal 7 172 264 140 40 0 35 310 135 45
Binary 111 1111010 10110100 1100000 100000 0 11101 11001000 1011101 100101

Color Harmonies of #077AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077AB4

Black with #077AB4

Text Example


Text Example

White with #077AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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