#076196

Color #076196 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #076196

Tints of Cerulean #076196

Color information

#076196 (or 0x076196) is unknown color: approx Cerulean. HEX triplet: 07, 61 and 96. RGB value is (7,97,150). Sum of RGB (Red+Green+Blue) = 7+97+150=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #076196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076196 is #F89E69. Grayscale: #4B4B4B. Windows color (decimal): -16293482 or 9855239. OLE color: 9855239.

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

Color convert

RGB797150-
CMYK0.950.3500.41
HSL202.24º91.08%30.78%-
HSV(B)202.24º95.33%58.82%-
XYZ9.8710.830.42-
YUV76.13169.6878.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=2.76%
G=38.19%
B=59.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7971500.950.3500.41202.2491.0830.78
Hex761965F23029ca5b1f
Octal71412261374305131213337
Binary1111100001100101101011111100011010100111001010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076196; }

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

 H1.HeaderClassName
 {
   color: #076196;
 }
 .AnyTagClassName
 {
   color: #076196;
 }
</style>
background-color css

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

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

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

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

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

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