Html Css Color HEX #087194 Cerulean

📋 copy color: '#087194'

red 8 ◦ green 113 ◦ blue 148

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

Shades of Cerulean #087194

Tints of Cerulean #087194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.01%

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

R = 2.97%
G = 42.01%
B = 55.02%

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

#087194 (or 0x087194) is known color: Cerulean. HEX triplet: 08, 71 and 94. RGB value is (8,113,148). Sum of RGB (Red+Green+Blue) = 8+113+148=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #087194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087194 is #F78E6B. Grayscale: #555555. Windows color (decimal): -16223852 or 9728264. OLE color: 9728264.

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

Color convert

RGB 8 113 148 -
CMYK 0.95 0.24 0 0.42
HSL 195º 0.9% 0.31% -
HSV(B) 195º 0.95% 0.58% -
XYZ 11.35 14 30.12 -
YUV 85.6 163.21 72.65 -
System Red Green Blue C M Y K H S L
Decimal 8 113 148 0.95 0.24 0 0.42 195 0.9 0.31
Hex 8 71 94 5F 18 0 2A C3 5A 1F
Octal 10 161 224 137 30 0 52 303 132 37
Binary 1000 1110001 10010100 1011111 11000 0 101010 11000011 1011010 11111

Color Harmonies of #087194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087194

Black with #087194

Text Example


Text Example

White with #087194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087194; }

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

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

background-color css

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

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

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

border-color css

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

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

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