#076297

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

Shades of Cerulean #076297

Tints of Cerulean #076297

Color information

#076297 (or 0x076297) is unknown color: approx Cerulean. HEX triplet: 07, 62 and 97. RGB value is (7,98,151). Sum of RGB (Red+Green+Blue) = 7+98+151=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #076297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076297 is #F89D68. Grayscale: #4C4C4C. Windows color (decimal): -16293225 or 9921031. OLE color: 9921031.

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

Color convert

RGB798151-
CMYK0.950.3500.41
HSL202.08º91.14%30.98%-
HSV(B)202.08º95.36%59.22%-
XYZ10.0411.0130.88-
YUV76.83169.8578.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.73%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 151 (59.38% from 255) = 58.98%
R=2.73%
G=38.28%
B=58.98%

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
Decimal7981510.950.3500.41202.0891.1430.98
Hex762975F23029ca5b1f
Octal71422271374305131213337
Binary1111100010100101111011111100011010100111001010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076297; }

 p { color: rgb(7,98,151); }

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

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

 a { background-color: rgb(7,98,151); }

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

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

 span { border-color: rgb(7,98,151); }

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