Html Css Color HEX #077099 Cerulean

📋 copy color: '#077099'

red 7 ◦ green 112 ◦ blue 153

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

Shades of Cerulean #077099

Tints of Cerulean #077099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

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

R = 2.57%
G = 41.18%
B = 56.25%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#077099 (or 0x077099) is known color: Cerulean. HEX triplet: 07, 70 and 99. RGB value is (7,112,153). Sum of RGB (Red+Green+Blue) = 7+112+153=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #077099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077099 is #F88F66. Grayscale: #555555. Windows color (decimal): -16289639 or 10055687. OLE color: 10055687.

HSL color Cylindrical-coordinate representation of color #077099: hue angle of 196.85º 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 #077099 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 112 153 -
CMYK 0.95 0.27 0 0.4
HSL 196.85º 0.91% 0.31% -
HSV(B) 196.85º 0.95% 0.6% -
XYZ 11.63 13.93 32.21 -
YUV 85.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 7 112 153 0.95 0.27 0 0.4 196.85 0.91 0.31
Hex 7 70 99 5F 1B 0 28 C5 5B 1F
Octal 7 160 231 137 33 0 50 305 133 37
Binary 111 1110000 10011001 1011111 11011 0 101000 11000101 1011011 11111

Color Harmonies of #077099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077099

Black with #077099

Text Example


Text Example

White with #077099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077099; }

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

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

background-color css

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

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

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

border-color css

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

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

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