#076397

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

Shades of Cerulean #076397

Tints of Cerulean #076397

Color information

#076397 (or 0x076397) is unknown color: approx Cerulean. HEX triplet: 07, 63 and 97. RGB value is (7,99,151). Sum of RGB (Red+Green+Blue) = 7+99+151=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #076397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076397 is #F89C68. Grayscale: #4D4D4D. Windows color (decimal): -16292969 or 9921287. OLE color: 9921287.

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

Color convert

RGB799151-
CMYK0.950.3400.41
HSL201.67º91.14%30.98%-
HSV(B)201.67º95.36%59.22%-
XYZ10.1411.230.91-
YUV77.42169.5277.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=2.72%
G=38.52%
B=58.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7991510.950.3400.41201.6791.1430.98
Hex763975F22029ca5b1f
Octal71432271374205131213337
Binary1111100011100101111011111100010010100111001010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076397; }

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

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

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

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

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

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

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

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