Html Css Color HEX #093F78 Dark Cerulean

📋 copy color: '#093F78'

red 9 ◦ green 63 ◦ blue 120

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

Shades of Dark Cerulean #093F78

Tints of Dark Cerulean #093F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.5%

R = 4.69%
G = 32.81%
B = 62.5%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093F78 (or 0x093F78) is known color: Dark Cerulean. HEX triplet: 09, 3F and 78. RGB value is (9,63,120). Sum of RGB (Red+Green+Blue) = 9+63+120=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #093F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F78 is #F6C087. Grayscale: #353535. Windows color (decimal): -16171144 or 7880457. OLE color: 7880457.

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

Color convert

RGB 9 63 120 -
CMYK 0.92 0.48 0 0.53
HSL 210.81º 0.86% 0.25% -
HSV(B) 210.81º 0.93% 0.47% -
XYZ 5.28 4.97 18.45 -
YUV 53.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 9 63 120 0.92 0.48 0 0.53 210.81 0.86 0.25
Hex 9 3F 78 5C 30 0 35 D3 56 19
Octal 11 77 170 134 60 0 65 323 126 31
Binary 1001 111111 1111000 1011100 110000 0 110101 11010011 1010110 11001

Color Harmonies of #093F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F78

Black with #093F78

Text Example


Text Example

White with #093F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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