Html Css Color HEX #077197 Cerulean

📋 copy color: '#077197'

red 7 ◦ green 113 ◦ blue 151

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

Shades of Cerulean #077197

Tints of Cerulean #077197

RGB

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

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

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

R = 2.58%
G = 41.7%
B = 55.72%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#077197 (or 0x077197) is known color: Cerulean. HEX triplet: 07, 71 and 97. RGB value is (7,113,151). Sum of RGB (Red+Green+Blue) = 7+113+151=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #077197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077197 is #F88E68. Grayscale: #555555. Windows color (decimal): -16289385 or 9924871. OLE color: 9924871.

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

Color convert

RGB 7 113 151 -
CMYK 0.95 0.25 0 0.41
HSL 195.83º 0.91% 0.31% -
HSV(B) 195.83º 0.95% 0.59% -
XYZ 11.58 14.09 31.39 -
YUV 85.64 164.88 71.91 -
System Red Green Blue C M Y K H S L
Decimal 7 113 151 0.95 0.25 0 0.41 195.83 0.91 0.31
Hex 7 71 97 5F 19 0 29 C4 5B 1F
Octal 7 161 227 137 31 0 51 304 133 37
Binary 111 1110001 10010111 1011111 11001 0 101001 11000100 1011011 11111

Color Harmonies of #077197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077197

Black with #077197

Text Example


Text Example

White with #077197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077197; }

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

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

background-color css

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

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

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

border-color css

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

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

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