Html Css Color HEX #093E76 Dark Cerulean

📋 copy color: '#093E76'

red 9 ◦ green 62 ◦ blue 118

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

Shades of Dark Cerulean #093E76

Tints of Dark Cerulean #093E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

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

R = 4.76%
G = 32.8%
B = 62.43%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093E76 (or 0x093E76) is known color: Dark Cerulean. HEX triplet: 09, 3E and 76. RGB value is (9,62,118). Sum of RGB (Red+Green+Blue) = 9+62+118=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #093E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E76 is #F6C189. Grayscale: #343434. Windows color (decimal): -16171402 or 7749129. OLE color: 7749129.

HSL color Cylindrical-coordinate representation of color #093E76: hue angle of 210.83º 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 #093E76 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 62 118 -
CMYK 0.92 0.47 0 0.54
HSL 210.83º 0.86% 0.25% -
HSV(B) 210.83º 0.92% 0.46% -
XYZ 5.11 4.81 17.8 -
YUV 52.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 9 62 118 0.92 0.47 0 0.54 210.83 0.86 0.25
Hex 9 3E 76 5C 2F 0 36 D3 56 19
Octal 11 76 166 134 57 0 66 323 126 31
Binary 1001 111110 1110110 1011100 101111 0 110110 11010011 1010110 11001

Color Harmonies of #093E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E76

Black with #093E76

Text Example


Text Example

White with #093E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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