#076F92

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

Shades of Cerulean #076F92

Tints of Cerulean #076F92

Color information

#076F92 (or 0x076F92) is unknown color: approx Cerulean. HEX triplet: 07, 6F and 92. RGB value is (7,111,146). Sum of RGB (Red+Green+Blue) = 7+111+146=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #076F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076F92 is #F8906D. Grayscale: #535353. Windows color (decimal): -16289902 or 9596679. OLE color: 9596679.

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

Color convert

RGB7111146-
CMYK0.950.2400.43
HSL195.11º90.85%30%-
HSV(B)195.11º95.21%57.25%-
XYZ10.9613.4929.22-
YUV83.89163.0473.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=2.65%
G=42.05%
B=55.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71111460.950.2400.43195.1190.8530
Hex76F925F1802Bc35b1e
Octal71572221373005330313336
Binary111110111110010010101111111000010101111000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076F92; }

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

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

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

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

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

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

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

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