#076C98

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

Shades of Cerulean #076C98

Tints of Cerulean #076C98

Color information

#076C98 (or 0x076C98) is unknown color: approx Cerulean. HEX triplet: 07, 6C and 98. RGB value is (7,108,152). Sum of RGB (Red+Green+Blue) = 7+108+152=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #076C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C98 is #F89367. Grayscale: #525252. Windows color (decimal): -16290664 or 9989127. OLE color: 9989127.

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

Color convert

RGB7108152-
CMYK0.950.2900.40
HSL198.21º91.19%31.18%-
HSV(B)198.21º95.39%59.61%-
XYZ11.1213.0431.64-
YUV82.82167.0473.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=2.62%
G=40.45%
B=56.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71081520.950.2900.40198.2191.1931.18
Hex76C985F1D028c65b1f
Octal71542301373505030613337
Binary111110110010011000101111111101010100011000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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