#076D98

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

Shades of Cerulean #076D98

Tints of Cerulean #076D98

Color information

#076D98 (or 0x076D98) is unknown color: approx Cerulean. HEX triplet: 07, 6D and 98. RGB value is (7,109,152). Sum of RGB (Red+Green+Blue) = 7+109+152=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #076D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D98 is #F89267. Grayscale: #535353. Windows color (decimal): -16290408 or 9989383. OLE color: 9989383.

HSL color Cylindrical-coordinate representation of color #076D98: hue angle of 197.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076D98 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7109152-
CMYK0.950.2800.40
HSL197.79º91.19%31.18%-
HSV(B)197.79º95.39%59.61%-
XYZ11.2213.2531.67-
YUV83.4166.7173.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.61%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=2.61%
G=40.67%
B=56.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71091520.950.2800.40197.7991.1931.18
Hex76D985F1C028c65b1f
Octal71552301373405030613337
Binary111110110110011000101111111100010100011000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,109,152); }

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

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

 a { background-color: rgb(7,109,152); }

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

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

 span { border-color: rgb(7,109,152); }

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