#087298

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

Shades of Cerulean #087298

Tints of Cerulean #087298

Color information

#087298 (or 0x087298) is unknown color: approx Cerulean. HEX triplet: 08, 72 and 98. RGB value is (8,114,152). Sum of RGB (Red+Green+Blue) = 8+114+152=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #087298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087298 is #F78D67. Grayscale: #565656. Windows color (decimal): -16223592 or 9990664. OLE color: 9990664.

HSL color Cylindrical-coordinate representation of color #087298: hue angle of 195.83º degrees, saturation: 0.9, 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 #087298 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8114152-
CMYK0.950.2500.40
HSL195.83º90%31.37%-
HSV(B)195.83º94.74%59.61%-
XYZ11.7814.3531.86-
YUV86.64164.8871.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.92%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=2.92%
G=41.61%
B=55.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81141520.950.2500.40195.839031.37
Hex872985F19028c45a1f
Octal101622301373105030413237
Binary1000111001010011000101111111001010100011000100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087298; }

 p { color: rgb(8,114,152); }

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

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

 a { background-color: rgb(8,114,152); }

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

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

 span { border-color: rgb(8,114,152); }

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