Html Css Color HEX #093A85 Dark Cerulean

📋 copy color: '#093A85'

red 9 ◦ green 58 ◦ blue 133

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

Shades of Dark Cerulean #093A85

Tints of Dark Cerulean #093A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 66.5%

R = 4.5%
G = 29%
B = 66.5%

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

#093A85 (or 0x093A85) is known color: Dark Cerulean. HEX triplet: 09, 3A and 85. RGB value is (9,58,133). Sum of RGB (Red+Green+Blue) = 9+58+133=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #093A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A85 is #F6C57A. Grayscale: #333333. Windows color (decimal): -16172411 or 8731145. OLE color: 8731145.

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

Color convert

RGB 9 58 133 -
CMYK 0.93 0.56 0 0.48
HSL 216.29º 0.87% 0.28% -
HSV(B) 216.29º 0.93% 0.52% -
XYZ 5.86 4.78 22.8 -
YUV 51.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 9 58 133 0.93 0.56 0 0.48 216.29 0.87 0.28
Hex 9 3A 85 5D 38 0 30 D8 57 1C
Octal 11 72 205 135 70 0 60 330 127 34
Binary 1001 111010 10000101 1011101 111000 0 110000 11011000 1010111 11100

Color Harmonies of #093A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A85

Black with #093A85

Text Example


Text Example

White with #093A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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