#076892

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

Shades of Cerulean #076892

Tints of Cerulean #076892

Color information

#076892 (or 0x076892) is unknown color: approx Cerulean. HEX triplet: 07, 68 and 92. RGB value is (7,104,146). Sum of RGB (Red+Green+Blue) = 7+104+146=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #076892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076892 is #F8976D. Grayscale: #4F4F4F. Windows color (decimal): -16291694 or 9594887. OLE color: 9594887.

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

Color convert

RGB7104146-
CMYK0.950.2900.43
HSL198.13º90.85%30%-
HSV(B)198.13º95.21%57.25%-
XYZ10.2312.0228.98-
YUV79.78165.3676.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=2.72%
G=40.47%
B=56.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71041460.950.2900.43198.1390.8530
Hex768925F1D02Bc65b1e
Octal71502221373505330613336
Binary111110100010010010101111111101010101111000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076892; }

 p { color: rgb(7,104,146); }

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

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

 a { background-color: rgb(7,104,146); }

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

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

 span { border-color: rgb(7,104,146); }

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