Html Css Color HEX #093780 Dark Cerulean

📋 copy color: '#093780'

red 9 ◦ green 55 ◦ blue 128

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

Shades of Dark Cerulean #093780

Tints of Dark Cerulean #093780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

 BLUE value IS 128 (50.39% from 255) = 66.67%

R = 4.69%
G = 28.65%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#093780 (or 0x093780) is known color: Dark Cerulean. HEX triplet: 09, 37 and 80. RGB value is (9,55,128). Sum of RGB (Red+Green+Blue) = 9+55+128=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #093780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093780 is #F6C87F. Grayscale: #313131. Windows color (decimal): -16173184 or 8402697. OLE color: 8402697.

HSL color Cylindrical-coordinate representation of color #093780: hue angle of 216.81º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093780 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 55 128 -
CMYK 0.93 0.57 0 0.50
HSL 216.81º 0.87% 0.27% -
HSV(B) 216.81º 0.93% 0.5% -
XYZ 5.38 4.35 20.98 -
YUV 49.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 9 55 128 0.93 0.57 0 0.50 216.81 0.87 0.27
Hex 9 37 80 5D 39 0 32 D9 57 1B
Octal 11 67 200 135 71 0 62 331 127 33
Binary 1001 110111 10000000 1011101 111001 0 110010 11011001 1010111 11011

Color Harmonies of #093780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093780

Black with #093780

Text Example


Text Example

White with #093780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093780; }

 p { color: rgb(9,55,128); }

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

background-color css

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

 a { background-color: rgb(9,55,128); }

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

border-color css

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

 span { border-color: rgb(9,55,128); }

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