Html Css Color HEX #093C89 Dark Cerulean

📋 copy color: '#093C89'

red 9 ◦ green 60 ◦ blue 137

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

Shades of Dark Cerulean #093C89

Tints of Dark Cerulean #093C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

 BLUE value IS 137 (53.91% from 255) = 66.5%

R = 4.37%
G = 29.13%
B = 66.5%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#093C89 (or 0x093C89) is known color: Dark Cerulean. HEX triplet: 09, 3C and 89. RGB value is (9,60,137). Sum of RGB (Red+Green+Blue) = 9+60+137=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #093C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C89 is #F6C376. Grayscale: #353535. Windows color (decimal): -16171895 or 8993801. OLE color: 8993801.

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

Color convert

RGB 9 60 137 -
CMYK 0.93 0.56 0 0.46
HSL 216.09º 0.88% 0.29% -
HSV(B) 216.09º 0.93% 0.54% -
XYZ 6.24 5.1 24.32 -
YUV 53.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 9 60 137 0.93 0.56 0 0.46 216.09 0.88 0.29
Hex 9 3C 89 5D 38 0 2E D8 58 1D
Octal 11 74 211 135 70 0 56 330 130 35
Binary 1001 111100 10001001 1011101 111000 0 101110 11011000 1011000 11101

Color Harmonies of #093C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C89

Black with #093C89

Text Example


Text Example

White with #093C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,60,137); }

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

background-color css

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

 a { background-color: rgb(9,60,137); }

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

border-color css

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

 span { border-color: rgb(9,60,137); }

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