Html Css Color HEX #093D74 Dark Cerulean

📋 copy color: '#093D74'

red 9 ◦ green 61 ◦ blue 116

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

Shades of Dark Cerulean #093D74

Tints of Dark Cerulean #093D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 4.84%
G = 32.8%
B = 62.37%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093D74 (or 0x093D74) is known color: Dark Cerulean. HEX triplet: 09, 3D and 74. RGB value is (9,61,116). Sum of RGB (Red+Green+Blue) = 9+61+116=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #093D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D74 is #F6C28B. Grayscale: #333333. Windows color (decimal): -16171660 or 7617801. OLE color: 7617801.

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

Color convert

RGB 9 61 116 -
CMYK 0.92 0.47 0 0.55
HSL 210.84º 0.86% 0.25% -
HSV(B) 210.84º 0.92% 0.45% -
XYZ 4.93 4.66 17.16 -
YUV 51.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 9 61 116 0.92 0.47 0 0.55 210.84 0.86 0.25
Hex 9 3D 74 5C 2F 0 37 D3 56 19
Octal 11 75 164 134 57 0 67 323 126 31
Binary 1001 111101 1110100 1011100 101111 0 110111 11010011 1010110 11001

Color Harmonies of #093D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D74

Black with #093D74

Text Example


Text Example

White with #093D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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