Html Css Color HEX #076EA2 Cerulean

📋 copy color: '#076EA2'

red 7 ◦ green 110 ◦ blue 162

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

Shades of Cerulean #076EA2

Tints of Cerulean #076EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.43%

 BLUE value IS 162 (63.67% from 255) = 58.06%

R = 2.51%
G = 39.43%
B = 58.06%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#076EA2 (or 0x076EA2) is known color: Cerulean. HEX triplet: 07, 6E and A2. RGB value is (7,110,162). Sum of RGB (Red+Green+Blue) = 7+110+162=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 162 (63.67% from 255 or 58.06% from 279); Max value from RGB is 162 - color contains mainly: blue. Hex color #076EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076EA2 is #F8915D. Grayscale: #545454. Windows color (decimal): -16290142 or 10644999. OLE color: 10644999.

HSL color Cylindrical-coordinate representation of color #076EA2: hue angle of 200.13º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076EA2 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 110 162 -
CMYK 0.96 0.32 0 0.36
HSL 200.13º 0.92% 0.33% -
HSV(B) 200.13º 0.96% 0.64% -
XYZ 12.19 13.81 36.2 -
YUV 85.13 171.38 72.27 -
System Red Green Blue C M Y K H S L
Decimal 7 110 162 0.96 0.32 0 0.36 200.13 0.92 0.33
Hex 7 6E A2 60 20 0 24 C8 5C 21
Octal 7 156 242 140 40 0 44 310 134 41
Binary 111 1101110 10100010 1100000 100000 0 100100 11001000 1011100 100001

Color Harmonies of #076EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076EA2

Black with #076EA2

Text Example


Text Example

White with #076EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076EA2; }

 p { color: rgb(7,110,162); }

 H1.HeaderClassName
 {
   color: #076EA2;
 }
 .AnyTagClassName
 {
   color: #076EA2;
 }
</style>

background-color css

<style>
 a { background-color: #076EA2; }

 a { background-color: rgb(7,110,162); }

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

border-color css

<style>
 span { border-color: #076EA2; }

 span { border-color: rgb(7,110,162); }

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