Html Css Color HEX #076197 Cerulean

📋 copy color: '#076197'

red 7 ◦ green 97 ◦ blue 151

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

Shades of Cerulean #076197

Tints of Cerulean #076197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

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

R = 2.75%
G = 38.04%
B = 59.22%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#076197 (or 0x076197) is known color: Cerulean. HEX triplet: 07, 61 and 97. RGB value is (7,97,151). Sum of RGB (Red+Green+Blue) = 7+97+151=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #076197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076197 is #F89E68. Grayscale: #4B4B4B. Windows color (decimal): -16293481 or 9920775. OLE color: 9920775.

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

Color convert

RGB 7 97 151 -
CMYK 0.95 0.36 0 0.41
HSL 202.5º 0.91% 0.31% -
HSV(B) 202.5º 0.95% 0.59% -
XYZ 9.95 10.83 30.84 -
YUV 76.25 170.18 78.61 -
System Red Green Blue C M Y K H S L
Decimal 7 97 151 0.95 0.36 0 0.41 202.5 0.91 0.31
Hex 7 61 97 5F 24 0 29 CA 5B 1F
Octal 7 141 227 137 44 0 51 312 133 37
Binary 111 1100001 10010111 1011111 100100 0 101001 11001010 1011011 11111

Color Harmonies of #076197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076197

Black with #076197

Text Example


Text Example

White with #076197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076197; }

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

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

background-color css

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

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

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

border-color css

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

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

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