#087A9A

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

Shades of Cerulean #087A9A

Tints of Cerulean #087A9A

Color information

#087A9A (or 0x087A9A) is unknown color: approx Cerulean. HEX triplet: 08, 7A and 9A. RGB value is (8,122,154). Sum of RGB (Red+Green+Blue) = 8+122+154=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #087A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A9A is #F78565. Grayscale: #5B5B5B. Windows color (decimal): -16221542 or 10123784. OLE color: 10123784.

HSL color Cylindrical-coordinate representation of color #087A9A: hue angle of 193.15º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087A9A is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8122154-
CMYK0.950.2100.40
HSL193.15º90.12%31.76%-
HSV(B)193.15º94.81%60.39%-
XYZ12.8916.333.04-
YUV91.56163.2368.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=2.82%
G=42.96%
B=54.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81221540.950.2100.40193.1590.1231.76
Hex87A9A5F15028c15a20
Octal101722321372505030113240
Binary10001111010100110101011111101010101000110000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087A9A; }

 p { color: rgb(8,122,154); }

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

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

 a { background-color: rgb(8,122,154); }

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

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

 span { border-color: rgb(8,122,154); }

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