Html Css Color HEX #087393 Cerulean

📋 copy color: '#087393'

red 8 ◦ green 115 ◦ blue 147

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

Shades of Cerulean #087393

Tints of Cerulean #087393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

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

R = 2.96%
G = 42.59%
B = 54.44%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#087393 (or 0x087393) is known color: Cerulean. HEX triplet: 08, 73 and 93. RGB value is (8,115,147). Sum of RGB (Red+Green+Blue) = 8+115+147=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #087393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087393 is #F78C6C. Grayscale: #565656. Windows color (decimal): -16223341 or 9663240. OLE color: 9663240.

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

Color convert

RGB 8 115 147 -
CMYK 0.95 0.22 0 0.42
HSL 193.81º 0.9% 0.3% -
HSV(B) 193.81º 0.95% 0.58% -
XYZ 11.5 14.42 29.78 -
YUV 86.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 8 115 147 0.95 0.22 0 0.42 193.81 0.9 0.3
Hex 8 73 93 5F 16 0 2A C2 5A 1E
Octal 10 163 223 137 26 0 52 302 132 36
Binary 1000 1110011 10010011 1011111 10110 0 101010 11000010 1011010 11110

Color Harmonies of #087393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087393

Black with #087393

Text Example


Text Example

White with #087393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087393; }

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

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

background-color css

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

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

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

border-color css

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

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

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