Html Css Color HEX #077199 Cerulean

📋 copy color: '#077199'

red 7 ◦ green 113 ◦ blue 153

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

Shades of Cerulean #077199

Tints of Cerulean #077199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.39%

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

R = 2.56%
G = 41.39%
B = 56.04%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#077199 (or 0x077199) is known color: Cerulean. HEX triplet: 07, 71 and 99. RGB value is (7,113,153). Sum of RGB (Red+Green+Blue) = 7+113+153=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #077199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077199 is #F88E66. Grayscale: #555555. Windows color (decimal): -16289383 or 10055943. OLE color: 10055943.

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

Color convert

RGB 7 113 153 -
CMYK 0.95 0.26 0 0.4
HSL 196.44º 0.91% 0.31% -
HSV(B) 196.44º 0.95% 0.6% -
XYZ 11.74 14.16 32.25 -
YUV 85.87 165.88 71.75 -
System Red Green Blue C M Y K H S L
Decimal 7 113 153 0.95 0.26 0 0.4 196.44 0.91 0.31
Hex 7 71 99 5F 1A 0 28 C4 5B 1F
Octal 7 161 231 137 32 0 50 304 133 37
Binary 111 1110001 10011001 1011111 11010 0 101000 11000100 1011011 11111

Color Harmonies of #077199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077199

Black with #077199

Text Example


Text Example

White with #077199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077199; }

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

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

background-color css

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

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

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

border-color css

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

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

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