Html Css Color HEX #087193 Cerulean

📋 copy color: '#087193'

red 8 ◦ green 113 ◦ blue 147

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

Shades of Cerulean #087193

Tints of Cerulean #087193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 2.99%
G = 42.16%
B = 54.85%

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

#087193 (or 0x087193) is known color: Cerulean. HEX triplet: 08, 71 and 93. RGB value is (8,113,147). Sum of RGB (Red+Green+Blue) = 8+113+147=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #087193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087193 is #F78E6C. Grayscale: #555555. Windows color (decimal): -16223853 or 9662728. OLE color: 9662728.

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

Color convert

RGB 8 113 147 -
CMYK 0.95 0.23 0 0.42
HSL 194.68º 0.9% 0.3% -
HSV(B) 194.68º 0.95% 0.58% -
XYZ 11.27 13.97 29.71 -
YUV 85.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 8 113 147 0.95 0.23 0 0.42 194.68 0.9 0.3
Hex 8 71 93 5F 17 0 2A C3 5A 1E
Octal 10 161 223 137 27 0 52 303 132 36
Binary 1000 1110001 10010011 1011111 10111 0 101010 11000011 1011010 11110

Color Harmonies of #087193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087193

Black with #087193

Text Example


Text Example

White with #087193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087193; }

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

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

background-color css

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

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

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

border-color css

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

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

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