Html Css Color HEX #093A84 Dark Cerulean

📋 copy color: '#093A84'

red 9 ◦ green 58 ◦ blue 132

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

Shades of Dark Cerulean #093A84

Tints of Dark Cerulean #093A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.15%

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

R = 4.52%
G = 29.15%
B = 66.33%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#093A84 (or 0x093A84) is known color: Dark Cerulean. HEX triplet: 09, 3A and 84. RGB value is (9,58,132). Sum of RGB (Red+Green+Blue) = 9+58+132=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #093A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A84 is #F6C57B. Grayscale: #333333. Windows color (decimal): -16172412 or 8665609. OLE color: 8665609.

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

Color convert

RGB 9 58 132 -
CMYK 0.93 0.56 0 0.48
HSL 216.1º 0.87% 0.28% -
HSV(B) 216.1º 0.93% 0.52% -
XYZ 5.79 4.75 22.44 -
YUV 51.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 9 58 132 0.93 0.56 0 0.48 216.1 0.87 0.28
Hex 9 3A 84 5D 38 0 30 D8 57 1C
Octal 11 72 204 135 70 0 60 330 127 34
Binary 1001 111010 10000100 1011101 111000 0 110000 11011000 1010111 11100

Color Harmonies of #093A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A84

Black with #093A84

Text Example


Text Example

White with #093A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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