Html Css Color HEX #093D72 Dark Cerulean

📋 copy color: '#093D72'

red 9 ◦ green 61 ◦ blue 114

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

Shades of Dark Cerulean #093D72

Tints of Dark Cerulean #093D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.15%

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 4.89%
G = 33.15%
B = 61.96%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093D72 (or 0x093D72) is known color: Dark Cerulean. HEX triplet: 09, 3D and 72. RGB value is (9,61,114). Sum of RGB (Red+Green+Blue) = 9+61+114=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #093D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D72 is #F6C28D. Grayscale: #333333. Windows color (decimal): -16171662 or 7486729. OLE color: 7486729.

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

Color convert

RGB 9 61 114 -
CMYK 0.92 0.46 0 0.55
HSL 210.29º 0.85% 0.24% -
HSV(B) 210.29º 0.92% 0.45% -
XYZ 4.82 4.61 16.56 -
YUV 51.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 9 61 114 0.92 0.46 0 0.55 210.29 0.85 0.24
Hex 9 3D 72 5C 2E 0 37 D2 55 18
Octal 11 75 162 134 56 0 67 322 125 30
Binary 1001 111101 1110010 1011100 101110 0 110111 11010010 1010101 11000

Color Harmonies of #093D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D72

Black with #093D72

Text Example


Text Example

White with #093D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,61,114); }

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

background-color css

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

 a { background-color: rgb(9,61,114); }

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

border-color css

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

 span { border-color: rgb(9,61,114); }

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