Html Css Color HEX #093E7A Dark Cerulean

📋 copy color: '#093E7A'

red 9 ◦ green 62 ◦ blue 122

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

Shades of Dark Cerulean #093E7A

Tints of Dark Cerulean #093E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 63.21%

R = 4.66%
G = 32.12%
B = 63.21%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#093E7A (or 0x093E7A) is known color: Dark Cerulean. HEX triplet: 09, 3E and 7A. RGB value is (9,62,122). Sum of RGB (Red+Green+Blue) = 9+62+122=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #093E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E7A is #F6C185. Grayscale: #343434. Windows color (decimal): -16171398 or 8011273. OLE color: 8011273.

HSL color Cylindrical-coordinate representation of color #093E7A: hue angle of 211.86º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093E7A is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 62 122 -
CMYK 0.93 0.49 0 0.52
HSL 211.86º 0.86% 0.26% -
HSV(B) 211.86º 0.93% 0.48% -
XYZ 5.35 4.91 19.08 -
YUV 52.99 166.94 96.62 -
System Red Green Blue C M Y K H S L
Decimal 9 62 122 0.93 0.49 0 0.52 211.86 0.86 0.26
Hex 9 3E 7A 5D 31 0 34 D4 56 1A
Octal 11 76 172 135 61 0 64 324 126 32
Binary 1001 111110 1111010 1011101 110001 0 110100 11010100 1010110 11010

Color Harmonies of #093E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E7A

Black with #093E7A

Text Example


Text Example

White with #093E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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