Html Css Color HEX #093E70 Dark Cerulean

📋 copy color: '#093E70'

red 9 ◦ green 62 ◦ blue 112

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

Shades of Dark Cerulean #093E70

Tints of Dark Cerulean #093E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.2%

R = 4.92%
G = 33.88%
B = 61.2%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093E70 (or 0x093E70) is known color: Dark Cerulean. HEX triplet: 09, 3E and 70. RGB value is (9,62,112). Sum of RGB (Red+Green+Blue) = 9+62+112=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #093E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E70 is #F6C18F. Grayscale: #333333. Windows color (decimal): -16171408 or 7355913. OLE color: 7355913.

HSL color Cylindrical-coordinate representation of color #093E70: hue angle of 209.13º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093E70 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 62 112 -
CMYK 0.92 0.45 0 0.56
HSL 209.13º 0.85% 0.24% -
HSV(B) 209.13º 0.92% 0.44% -
XYZ 4.76 4.67 15.98 -
YUV 51.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 9 62 112 0.92 0.45 0 0.56 209.13 0.85 0.24
Hex 9 3E 70 5C 2D 0 38 D1 55 18
Octal 11 76 160 134 55 0 70 321 125 30
Binary 1001 111110 1110000 1011100 101101 0 111000 11010001 1010101 11000

Color Harmonies of #093E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E70

Black with #093E70

Text Example


Text Example

White with #093E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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