Html Css Color HEX #093E84 Dark Cerulean

📋 copy color: '#093E84'

red 9 ◦ green 62 ◦ blue 132

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

Shades of Dark Cerulean #093E84

Tints of Dark Cerulean #093E84

RGB

 RED value IS 9 (3.91% from 255) = 4.43%

 GREEN value IS 62 (24.61% from 255) = 30.54%

 BLUE value IS 132 (51.95% from 255) = 65.02%

R = 4.43%
G = 30.54%
B = 65.02%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#093E84 (or 0x093E84) is known color: Dark Cerulean. HEX triplet: 09, 3E and 84. RGB value is (9,62,132). Sum of RGB (Red+Green+Blue) = 9+62+132=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #093E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E84 is #F6C17B. Grayscale: #353535. Windows color (decimal): -16171388 or 8666633. OLE color: 8666633.

HSL color Cylindrical-coordinate representation of color #093E84: hue angle of 214.15º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093E84 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 62 132 -
CMYK 0.93 0.53 0 0.48
HSL 214.15º 0.87% 0.28% -
HSV(B) 214.15º 0.93% 0.52% -
XYZ 6 5.17 22.51 -
YUV 54.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 9 62 132 0.93 0.53 0 0.48 214.15 0.87 0.28
Hex 9 3E 84 5D 35 0 30 D6 57 1C
Octal 11 76 204 135 65 0 60 326 127 34
Binary 1001 111110 10000100 1011101 110101 0 110000 11010110 1010111 11100

Color Harmonies of #093E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E84

Black with #093E84

Text Example


Text Example

White with #093E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093E84; }

 p { color: rgb(9,62,132); }

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

background-color css

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

 a { background-color: rgb(9,62,132); }

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

border-color css

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

 span { border-color: rgb(9,62,132); }

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