#076496

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

Shades of Cerulean #076496

Tints of Cerulean #076496

Color information

#076496 (or 0x076496) is unknown color: approx Cerulean. HEX triplet: 07, 64 and 96. RGB value is (7,100,150). Sum of RGB (Red+Green+Blue) = 7+100+150=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #076496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076496 is #F89B69. Grayscale: #4D4D4D. Windows color (decimal): -16292714 or 9856007. OLE color: 9856007.

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

Color convert

RGB7100150-
CMYK0.950.3300.41
HSL200.98º91.08%30.78%-
HSV(B)200.98º95.33%58.82%-
XYZ10.1511.3630.51-
YUV77.89168.6977.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=2.72%
G=38.91%
B=58.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71001500.950.3300.41200.9891.0830.78
Hex764965F21029c95b1f
Octal71442261374105131113337
Binary1111100100100101101011111100001010100111001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076496; }

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

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

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

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

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

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

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

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