Html Css Color HEX #087493 Cerulean

📋 copy color: '#087493'

red 8 ◦ green 116 ◦ blue 147

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

Shades of Cerulean #087493

Tints of Cerulean #087493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

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

R = 2.95%
G = 42.8%
B = 54.24%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#087493 (or 0x087493) is known color: Cerulean. HEX triplet: 08, 74 and 93. RGB value is (8,116,147). Sum of RGB (Red+Green+Blue) = 8+116+147=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #087493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087493 is #F78B6C. Grayscale: #575757. Windows color (decimal): -16223085 or 9663496. OLE color: 9663496.

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

Color convert

RGB 8 116 147 -
CMYK 0.95 0.21 0 0.42
HSL 193.38º 0.9% 0.3% -
HSV(B) 193.38º 0.95% 0.58% -
XYZ 11.61 14.65 29.82 -
YUV 87.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 8 116 147 0.95 0.21 0 0.42 193.38 0.9 0.3
Hex 8 74 93 5F 15 0 2A C1 5A 1E
Octal 10 164 223 137 25 0 52 301 132 36
Binary 1000 1110100 10010011 1011111 10101 0 101010 11000001 1011010 11110

Color Harmonies of #087493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087493

Black with #087493

Text Example


Text Example

White with #087493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087493; }

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

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

background-color css

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

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

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

border-color css

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

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

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