Html Css Color HEX #093A76 Dark Cerulean

📋 copy color: '#093A76'

red 9 ◦ green 58 ◦ blue 118

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

Shades of Dark Cerulean #093A76

Tints of Dark Cerulean #093A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.78%

R = 4.86%
G = 31.35%
B = 63.78%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093A76 (or 0x093A76) is known color: Dark Cerulean. HEX triplet: 09, 3A and 76. RGB value is (9,58,118). Sum of RGB (Red+Green+Blue) = 9+58+118=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #093A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A76 is #F6C589. Grayscale: #313131. Windows color (decimal): -16172426 or 7748105. OLE color: 7748105.

HSL color Cylindrical-coordinate representation of color #093A76: hue angle of 213.03º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093A76 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 58 118 -
CMYK 0.92 0.51 0 0.54
HSL 213.03º 0.86% 0.25% -
HSV(B) 213.03º 0.92% 0.46% -
XYZ 4.9 4.39 17.73 -
YUV 50.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 9 58 118 0.92 0.51 0 0.54 213.03 0.86 0.25
Hex 9 3A 76 5C 33 0 36 D5 56 19
Octal 11 72 166 134 63 0 66 325 126 31
Binary 1001 111010 1110110 1011100 110011 0 110110 11010101 1010110 11001

Color Harmonies of #093A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A76

Black with #093A76

Text Example


Text Example

White with #093A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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