Html Css Color HEX #087294 Cerulean

📋 copy color: '#087294'

red 8 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #087294

Tints of Cerulean #087294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

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

R = 2.96%
G = 42.22%
B = 54.81%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#087294 (or 0x087294) is known color: Cerulean. HEX triplet: 08, 72 and 94. RGB value is (8,114,148). Sum of RGB (Red+Green+Blue) = 8+114+148=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #087294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087294 is #F78D6B. Grayscale: #555555. Windows color (decimal): -16223596 or 9728520. OLE color: 9728520.

HSL color Cylindrical-coordinate representation of color #087294: hue angle of 194.57º 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 #087294 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 114 148 -
CMYK 0.95 0.23 0 0.42
HSL 194.57º 0.9% 0.31% -
HSV(B) 194.57º 0.95% 0.58% -
XYZ 11.46 14.22 30.16 -
YUV 86.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 8 114 148 0.95 0.23 0 0.42 194.57 0.9 0.31
Hex 8 72 94 5F 17 0 2A C3 5A 1F
Octal 10 162 224 137 27 0 52 303 132 37
Binary 1000 1110010 10010100 1011111 10111 0 101010 11000011 1011010 11111

Color Harmonies of #087294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087294

Black with #087294

Text Example


Text Example

White with #087294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087294; }

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

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

background-color css

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

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

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

border-color css

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

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

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