#076691

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

Shades of Cerulean #076691

Tints of Cerulean #076691

Color information

#076691 (or 0x076691) is unknown color: approx Cerulean. HEX triplet: 07, 66 and 91. RGB value is (7,102,145). Sum of RGB (Red+Green+Blue) = 7+102+145=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #076691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076691 is #F8996E. Grayscale: #4E4E4E. Windows color (decimal): -16292207 or 9528839. OLE color: 9528839.

HSL color Cylindrical-coordinate representation of color #076691: hue angle of 198.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076691 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7102145-
CMYK0.950.3000.43
HSL198.7º90.79%29.8%-
HSV(B)198.7º95.17%56.86%-
XYZ9.9511.5928.5-
YUV78.5165.5377-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 145 (57.03% from 255) = 57.09%
R=2.76%
G=40.16%
B=57.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71021450.950.3000.43198.790.7929.8
Hex766915F1E02Bc75b1e
Octal71462211373605330713336
Binary111110011010010001101111111110010101111000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076691; }

 p { color: rgb(7,102,145); }

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

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

 a { background-color: rgb(7,102,145); }

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

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

 span { border-color: rgb(7,102,145); }

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