Html Css Color HEX #093E8B Dark Cerulean

📋 copy color: '#093E8B'

red 9 ◦ green 62 ◦ blue 139

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

Shades of Dark Cerulean #093E8B

Tints of Dark Cerulean #093E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 4.29%
G = 29.52%
B = 66.19%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#093E8B (or 0x093E8B) is known color: Dark Cerulean. HEX triplet: 09, 3E and 8B. RGB value is (9,62,139). Sum of RGB (Red+Green+Blue) = 9+62+139=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #093E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E8B is #F6C174. Grayscale: #363636. Windows color (decimal): -16171381 or 9125385. OLE color: 9125385.

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

Color convert

RGB 9 62 139 -
CMYK 0.94 0.55 0 0.45
HSL 215.54º 0.88% 0.29% -
HSV(B) 215.54º 0.94% 0.55% -
XYZ 6.5 5.37 25.12 -
YUV 54.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 9 62 139 0.94 0.55 0 0.45 215.54 0.88 0.29
Hex 9 3E 8B 5E 37 0 2D D8 58 1D
Octal 11 76 213 136 67 0 55 330 130 35
Binary 1001 111110 10001011 1011110 110111 0 101101 11011000 1011000 11101

Color Harmonies of #093E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E8B

Black with #093E8B

Text Example


Text Example

White with #093E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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