Html Css Color HEX #093379 Dark Cerulean

📋 copy color: '#093379'

red 9 ◦ green 51 ◦ blue 121

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

Shades of Dark Cerulean #093379

Tints of Dark Cerulean #093379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

 BLUE value IS 121 (47.66% from 255) = 66.85%

R = 4.97%
G = 28.18%
B = 66.85%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093379 (or 0x093379) is known color: Dark Cerulean. HEX triplet: 09, 33 and 79. RGB value is (9,51,121). Sum of RGB (Red+Green+Blue) = 9+51+121=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #093379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093379 is #F6CC86. Grayscale: #2E2E2E. Windows color (decimal): -16174215 or 7942921. OLE color: 7942921.

HSL color Cylindrical-coordinate representation of color #093379: hue angle of 217.5º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093379 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 51 121 -
CMYK 0.93 0.58 0 0.53
HSL 217.5º 0.86% 0.25% -
HSV(B) 217.5º 0.93% 0.47% -
XYZ 4.75 3.81 18.57 -
YUV 46.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 9 51 121 0.93 0.58 0 0.53 217.5 0.86 0.25
Hex 9 33 79 5D 3A 0 35 DA 56 19
Octal 11 63 171 135 72 0 65 332 126 31
Binary 1001 110011 1111001 1011101 111010 0 110101 11011010 1010110 11001

Color Harmonies of #093379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093379

Black with #093379

Text Example


Text Example

White with #093379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093379; }

 p { color: rgb(9,51,121); }

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

background-color css

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

 a { background-color: rgb(9,51,121); }

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

border-color css

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

 span { border-color: rgb(9,51,121); }

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