Html Css Color HEX #087094 Cerulean

📋 copy color: '#087094'

red 8 ◦ green 112 ◦ blue 148

#087094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #087094

Tints of Cerulean #087094

RGB

 RED value IS 8 (3.52% from 255) = 2.99%

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 2.99%
G = 41.79%
B = 55.22%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#087094 (or 0x087094) is known color: Cerulean. HEX triplet: 08, 70 and 94. RGB value is (8,112,148). Sum of RGB (Red+Green+Blue) = 8+112+148=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #087094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087094 is #F78F6B. Grayscale: #545454. Windows color (decimal): -16224108 or 9728008. OLE color: 9728008.

HSL color Cylindrical-coordinate representation of color #087094: hue angle of 195.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087094 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 112 148 -
CMYK 0.95 0.24 0 0.42
HSL 195.43º 0.9% 0.31% -
HSV(B) 195.43º 0.95% 0.58% -
XYZ 11.24 13.78 30.08 -
YUV 85.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 8 112 148 0.95 0.24 0 0.42 195.43 0.9 0.31
Hex 8 70 94 5F 18 0 2A C3 5A 1F
Octal 10 160 224 137 30 0 52 303 132 37
Binary 1000 1110000 10010100 1011111 11000 0 101010 11000011 1011010 11111

Color Harmonies of #087094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087094

Black with #087094

Text Example


Text Example

White with #087094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087094; }

 p { color: rgb(8,112,148); }

 H1.HeaderClassName
 {
   color: #087094;
 }
 .AnyTagClassName
 {
   color: #087094;
 }
</style>

background-color css

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

 a { background-color: rgb(8,112,148); }

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

border-color css

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

 span { border-color: rgb(8,112,148); }

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