Html Css Color HEX #087293 Cerulean

📋 copy color: '#087293'

red 8 ◦ green 114 ◦ blue 147

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

Shades of Cerulean #087293

Tints of Cerulean #087293

RGB

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

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

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

R = 2.97%
G = 42.38%
B = 54.65%

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

#087293 (or 0x087293) is known color: Cerulean. HEX triplet: 08, 72 and 93. RGB value is (8,114,147). Sum of RGB (Red+Green+Blue) = 8+114+147=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #087293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087293 is #F78D6C. Grayscale: #555555. Windows color (decimal): -16223597 or 9662984. OLE color: 9662984.

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

Color convert

RGB 8 114 147 -
CMYK 0.95 0.22 0 0.42
HSL 194.24º 0.9% 0.3% -
HSV(B) 194.24º 0.95% 0.58% -
XYZ 11.38 14.19 29.74 -
YUV 86.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 8 114 147 0.95 0.22 0 0.42 194.24 0.9 0.3
Hex 8 72 93 5F 16 0 2A C2 5A 1E
Octal 10 162 223 137 26 0 52 302 132 36
Binary 1000 1110010 10010011 1011111 10110 0 101010 11000010 1011010 11110

Color Harmonies of #087293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087293

Black with #087293

Text Example


Text Example

White with #087293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087293; }

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

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

background-color css

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

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

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

border-color css

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

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

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