Html Css Color HEX #093E7B Dark Cerulean

📋 copy color: '#093E7B'

red 9 ◦ green 62 ◦ blue 123

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

Shades of Dark Cerulean #093E7B

Tints of Dark Cerulean #093E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 63.4%

R = 4.64%
G = 31.96%
B = 63.4%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#093E7B (or 0x093E7B) is known color: Dark Cerulean. HEX triplet: 09, 3E and 7B. RGB value is (9,62,123). Sum of RGB (Red+Green+Blue) = 9+62+123=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #093E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E7B is #F6C184. Grayscale: #343434. Windows color (decimal): -16171397 or 8076809. OLE color: 8076809.

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

Color convert

RGB 9 62 123 -
CMYK 0.93 0.50 0 0.52
HSL 212.11º 0.86% 0.26% -
HSV(B) 212.11º 0.93% 0.48% -
XYZ 5.41 4.93 19.41 -
YUV 53.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 9 62 123 0.93 0.50 0 0.52 212.11 0.86 0.26
Hex 9 3E 7B 5D 32 0 34 D4 56 1A
Octal 11 76 173 135 62 0 64 324 126 32
Binary 1001 111110 1111011 1011101 110010 0 110100 11010100 1010110 11010

Color Harmonies of #093E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E7B

Black with #093E7B

Text Example


Text Example

White with #093E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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