Html Css Color HEX #093584 Dark Cerulean

📋 copy color: '#093584'

red 9 ◦ green 53 ◦ blue 132

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

Shades of Dark Cerulean #093584

Tints of Dark Cerulean #093584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 4.64%
G = 27.32%
B = 68.04%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#093584 (or 0x093584) is known color: Dark Cerulean. HEX triplet: 09, 35 and 84. RGB value is (9,53,132). Sum of RGB (Red+Green+Blue) = 9+53+132=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #093584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093584 is #F6CA7B. Grayscale: #303030. Windows color (decimal): -16173692 or 8664329. OLE color: 8664329.

HSL color Cylindrical-coordinate representation of color #093584: hue angle of 218.54º 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 #093584 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 53 132 -
CMYK 0.93 0.60 0 0.48
HSL 218.54º 0.87% 0.28% -
HSV(B) 218.54º 0.93% 0.52% -
XYZ 5.55 4.27 22.36 -
YUV 48.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 9 53 132 0.93 0.60 0 0.48 218.54 0.87 0.28
Hex 9 35 84 5D 3C 0 30 DB 57 1C
Octal 11 65 204 135 74 0 60 333 127 34
Binary 1001 110101 10000100 1011101 111100 0 110000 11011011 1010111 11100

Color Harmonies of #093584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093584

Black with #093584

Text Example


Text Example

White with #093584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093584; }

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

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

background-color css

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

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

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

border-color css

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

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

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