Html Css Color HEX #093F76 Dark Cerulean

📋 copy color: '#093F76'

red 9 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #093F76

Tints of Dark Cerulean #093F76

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

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

R = 4.74%
G = 33.16%
B = 62.11%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093F76 (or 0x093F76) is known color: Dark Cerulean. HEX triplet: 09, 3F and 76. RGB value is (9,63,118). Sum of RGB (Red+Green+Blue) = 9+63+118=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #093F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F76 is #F6C089. Grayscale: #343434. Windows color (decimal): -16171146 or 7749385. OLE color: 7749385.

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

Color convert

RGB 9 63 118 -
CMYK 0.92 0.47 0 0.54
HSL 210.28º 0.86% 0.25% -
HSV(B) 210.28º 0.92% 0.46% -
XYZ 5.16 4.92 17.82 -
YUV 53.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 9 63 118 0.92 0.47 0 0.54 210.28 0.86 0.25
Hex 9 3F 76 5C 2F 0 36 D2 56 19
Octal 11 77 166 134 57 0 66 322 126 31
Binary 1001 111111 1110110 1011100 101111 0 110110 11010010 1010110 11001

Color Harmonies of #093F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F76

Black with #093F76

Text Example


Text Example

White with #093F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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