Html Css Color HEX #076E99 Cerulean

📋 copy color: '#076E99'

red 7 ◦ green 110 ◦ blue 153

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

Shades of Cerulean #076E99

Tints of Cerulean #076E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 2.59%
G = 40.74%
B = 56.67%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#076E99 (or 0x076E99) is known color: Cerulean. HEX triplet: 07, 6E and 99. RGB value is (7,110,153). Sum of RGB (Red+Green+Blue) = 7+110+153=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #076E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076E99 is #F89166. Grayscale: #535353. Windows color (decimal): -16290151 or 10055175. OLE color: 10055175.

HSL color Cylindrical-coordinate representation of color #076E99: hue angle of 197.67º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076E99 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 110 153 -
CMYK 0.95 0.28 0 0.4
HSL 197.67º 0.91% 0.31% -
HSV(B) 197.67º 0.95% 0.6% -
XYZ 11.41 13.5 32.14 -
YUV 84.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 7 110 153 0.95 0.28 0 0.4 197.67 0.91 0.31
Hex 7 6E 99 5F 1C 0 28 C6 5B 1F
Octal 7 156 231 137 34 0 50 306 133 37
Binary 111 1101110 10011001 1011111 11100 0 101000 11000110 1011011 11111

Color Harmonies of #076E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076E99

Black with #076E99

Text Example


Text Example

White with #076E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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