Html Css Color HEX #093E8D Dark Cerulean

📋 copy color: '#093E8D'

red 9 ◦ green 62 ◦ blue 141

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

Shades of Dark Cerulean #093E8D

Tints of Dark Cerulean #093E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 4.25%
G = 29.25%
B = 66.51%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#093E8D (or 0x093E8D) is known color: Dark Cerulean. HEX triplet: 09, 3E and 8D. RGB value is (9,62,141). Sum of RGB (Red+Green+Blue) = 9+62+141=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #093E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E8D is #F6C172. Grayscale: #363636. Windows color (decimal): -16171379 or 9256457. OLE color: 9256457.

HSL color Cylindrical-coordinate representation of color #093E8D: hue angle of 215.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093E8D is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 62 141 -
CMYK 0.94 0.56 0 0.45
HSL 215.91º 0.88% 0.29% -
HSV(B) 215.91º 0.94% 0.55% -
XYZ 6.64 5.43 25.9 -
YUV 55.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 9 62 141 0.94 0.56 0 0.45 215.91 0.88 0.29
Hex 9 3E 8D 5E 38 0 2D D8 58 1D
Octal 11 76 215 136 70 0 55 330 130 35
Binary 1001 111110 10001101 1011110 111000 0 101101 11011000 1011000 11101

Color Harmonies of #093E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E8D

Black with #093E8D

Text Example


Text Example

White with #093E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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