Html Css Color HEX #077AB6 Cerulean

📋 copy color: '#077AB6'

red 7 ◦ green 122 ◦ blue 182

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

Shades of Cerulean #077AB6

Tints of Cerulean #077AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 2.25%
G = 39.23%
B = 58.52%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#077AB6 (or 0x077AB6) is known color: Cerulean. HEX triplet: 07, 7A and B6. RGB value is (7,122,182). Sum of RGB (Red+Green+Blue) = 7+122+182=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #077AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AB6 is #F88549. Grayscale: #5E5E5E. Windows color (decimal): -16287050 or 11958791. OLE color: 11958791.

HSL color Cylindrical-coordinate representation of color #077AB6: hue angle of 200.57º 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 #077AB6 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 122 182 -
CMYK 0.96 0.33 0 0.29
HSL 200.57º 0.93% 0.37% -
HSV(B) 200.57º 0.96% 0.71% -
XYZ 15.49 17.34 46.79 -
YUV 94.46 177.4 65.62 -
System Red Green Blue C M Y K H S L
Decimal 7 122 182 0.96 0.33 0 0.29 200.57 0.93 0.37
Hex 7 7A B6 60 21 0 1D C9 5D 25
Octal 7 172 266 140 41 0 35 311 135 45
Binary 111 1111010 10110110 1100000 100001 0 11101 11001001 1011101 100101

Color Harmonies of #077AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077AB6

Black with #077AB6

Text Example


Text Example

White with #077AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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