Html Css Color HEX #093E8C Dark Cerulean

📋 copy color: '#093E8C'

red 9 ◦ green 62 ◦ blue 140

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

Shades of Dark Cerulean #093E8C

Tints of Dark Cerulean #093E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.35%

R = 4.27%
G = 29.38%
B = 66.35%

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

#093E8C (or 0x093E8C) is known color: Dark Cerulean. HEX triplet: 09, 3E and 8C. RGB value is (9,62,140). Sum of RGB (Red+Green+Blue) = 9+62+140=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #093E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E8C is #F6C173. Grayscale: #363636. Windows color (decimal): -16171380 or 9190921. OLE color: 9190921.

HSL color Cylindrical-coordinate representation of color #093E8C: hue angle of 215.73º 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 #093E8C is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 62 140 -
CMYK 0.94 0.56 0 0.45
HSL 215.73º 0.88% 0.29% -
HSV(B) 215.73º 0.94% 0.55% -
XYZ 6.57 5.4 25.51 -
YUV 55.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 9 62 140 0.94 0.56 0 0.45 215.73 0.88 0.29
Hex 9 3E 8C 5E 38 0 2D D8 58 1D
Octal 11 76 214 136 70 0 55 330 130 35
Binary 1001 111110 10001100 1011110 111000 0 101101 11011000 1011000 11101

Color Harmonies of #093E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E8C

Black with #093E8C

Text Example


Text Example

White with #093E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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