Html Css Color HEX #093D70 Dark Cerulean

📋 copy color: '#093D70'

red 9 ◦ green 61 ◦ blue 112

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

Shades of Dark Cerulean #093D70

Tints of Dark Cerulean #093D70

RGB

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

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

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

R = 4.95%
G = 33.52%
B = 61.54%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093D70 (or 0x093D70) is known color: Dark Cerulean. HEX triplet: 09, 3D and 70. RGB value is (9,61,112). Sum of RGB (Red+Green+Blue) = 9+61+112=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #093D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D70 is #F6C28F. Grayscale: #333333. Windows color (decimal): -16171664 or 7355657. OLE color: 7355657.

HSL color Cylindrical-coordinate representation of color #093D70: hue angle of 209.71º 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 #093D70 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 61 112 -
CMYK 0.92 0.46 0 0.56
HSL 209.71º 0.85% 0.24% -
HSV(B) 209.71º 0.92% 0.44% -
XYZ 4.71 4.57 15.96 -
YUV 51.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 9 61 112 0.92 0.46 0 0.56 209.71 0.85 0.24
Hex 9 3D 70 5C 2E 0 38 D2 55 18
Octal 11 75 160 134 56 0 70 322 125 30
Binary 1001 111101 1110000 1011100 101110 0 111000 11010010 1010101 11000

Color Harmonies of #093D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D70

Black with #093D70

Text Example


Text Example

White with #093D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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