Html Css Color HEX #093976 Dark Cerulean

📋 copy color: '#093976'

red 9 ◦ green 57 ◦ blue 118

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

Shades of Dark Cerulean #093976

Tints of Dark Cerulean #093976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 4.89%
G = 30.98%
B = 64.13%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093976 (or 0x093976) is known color: Dark Cerulean. HEX triplet: 09, 39 and 76. RGB value is (9,57,118). Sum of RGB (Red+Green+Blue) = 9+57+118=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #093976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093976 is #F6C689. Grayscale: #313131. Windows color (decimal): -16172682 or 7747849. OLE color: 7747849.

HSL color Cylindrical-coordinate representation of color #093976: hue angle of 213.58º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093976 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 57 118 -
CMYK 0.92 0.52 0 0.54
HSL 213.58º 0.86% 0.25% -
HSV(B) 213.58º 0.92% 0.46% -
XYZ 4.85 4.29 17.71 -
YUV 49.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 9 57 118 0.92 0.52 0 0.54 213.58 0.86 0.25
Hex 9 39 76 5C 34 0 36 D6 56 19
Octal 11 71 166 134 64 0 66 326 126 31
Binary 1001 111001 1110110 1011100 110100 0 110110 11010110 1010110 11001

Color Harmonies of #093976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093976

Black with #093976

Text Example


Text Example

White with #093976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093976; }

 p { color: rgb(9,57,118); }

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

background-color css

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

 a { background-color: rgb(9,57,118); }

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

border-color css

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

 span { border-color: rgb(9,57,118); }

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