Html Css Color HEX #076EAE Cerulean

📋 copy color: '#076EAE'

red 7 ◦ green 110 ◦ blue 174

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

Shades of Cerulean #076EAE

Tints of Cerulean #076EAE

RGB

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

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

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

R = 2.41%
G = 37.8%
B = 59.79%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#076EAE (or 0x076EAE) is known color: Cerulean. HEX triplet: 07, 6E and AE. RGB value is (7,110,174). Sum of RGB (Red+Green+Blue) = 7+110+174=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #076EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076EAE is #F89151. Grayscale: #565656. Windows color (decimal): -16290130 or 11431431. OLE color: 11431431.

HSL color Cylindrical-coordinate representation of color #076EAE: hue angle of 202.99º 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 #076EAE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 110 174 -
CMYK 0.96 0.37 0 0.32
HSL 202.99º 0.92% 0.35% -
HSV(B) 202.99º 0.96% 0.68% -
XYZ 13.3 14.25 42.09 -
YUV 86.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 7 110 174 0.96 0.37 0 0.32 202.99 0.92 0.35
Hex 7 6E AE 60 25 0 20 CB 5C 23
Octal 7 156 256 140 45 0 40 313 134 43
Binary 111 1101110 10101110 1100000 100101 0 100000 11001011 1011100 100011

Color Harmonies of #076EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076EAE

Black with #076EAE

Text Example


Text Example

White with #076EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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