Html Css Color HEX #077097 Cerulean

📋 copy color: '#077097'

red 7 ◦ green 112 ◦ blue 151

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

Shades of Cerulean #077097

Tints of Cerulean #077097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 2.59%
G = 41.48%
B = 55.93%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#077097 (or 0x077097) is known color: Cerulean. HEX triplet: 07, 70 and 97. RGB value is (7,112,151). Sum of RGB (Red+Green+Blue) = 7+112+151=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #077097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077097 is #F88F68. Grayscale: #545454. Windows color (decimal): -16289641 or 9924615. OLE color: 9924615.

HSL color Cylindrical-coordinate representation of color #077097: hue angle of 196.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077097 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 112 151 -
CMYK 0.95 0.26 0 0.41
HSL 196.25º 0.91% 0.31% -
HSV(B) 196.25º 0.95% 0.59% -
XYZ 11.47 13.87 31.35 -
YUV 85.05 165.21 72.33 -
System Red Green Blue C M Y K H S L
Decimal 7 112 151 0.95 0.26 0 0.41 196.25 0.91 0.31
Hex 7 70 97 5F 1A 0 29 C4 5B 1F
Octal 7 160 227 137 32 0 51 304 133 37
Binary 111 1110000 10010111 1011111 11010 0 101001 11000100 1011011 11111

Color Harmonies of #077097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077097

Black with #077097

Text Example


Text Example

White with #077097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077097; }

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

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

background-color css

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

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

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

border-color css

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

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

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