#076595

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

Shades of Cerulean #076595

Tints of Cerulean #076595

Color information

#076595 (or 0x076595) is unknown color: approx Cerulean. HEX triplet: 07, 65 and 95. RGB value is (7,101,149). Sum of RGB (Red+Green+Blue) = 7+101+149=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #076595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076595 is #F89A6A. Grayscale: #4E4E4E. Windows color (decimal): -16292459 or 9790727. OLE color: 9790727.

HSL color Cylindrical-coordinate representation of color #076595: hue angle of 200.28º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076595 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7101149-
CMYK0.950.3200.42
HSL200.28º91.03%30.59%-
HSV(B)200.28º95.3%58.43%-
XYZ10.1711.5230.12-
YUV78.37167.8677.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=2.72%
G=39.30%
B=57.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71011490.950.3200.42200.2891.0330.59
Hex765955F2002Ac85b1f
Octal71452251374005231013337
Binary1111100101100101011011111100000010101011001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076595; }

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

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

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

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

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

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

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

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