#076591

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

Shades of Cerulean #076591

Tints of Cerulean #076591

Color information

#076591 (or 0x076591) is unknown color: approx Cerulean. HEX triplet: 07, 65 and 91. RGB value is (7,101,145). Sum of RGB (Red+Green+Blue) = 7+101+145=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #076591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076591 is #F89A6E. Grayscale: #4D4D4D. Windows color (decimal): -16292463 or 9528583. OLE color: 9528583.

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

Color convert

RGB7101145-
CMYK0.950.3000.43
HSL199.13º90.79%29.8%-
HSV(B)199.13º95.17%56.86%-
XYZ9.8511.428.47-
YUV77.91165.8677.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=2.77%
G=39.92%
B=57.31%

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
Decimal71011450.950.3000.43199.1390.7929.8
Hex765915F1E02Bc75b1e
Octal71452211373605330713336
Binary111110010110010001101111111110010101111000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076591; }

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

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

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

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

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

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

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

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