Html Css Color HEX #093280 Dark Cerulean

📋 copy color: '#093280'

red 9 ◦ green 50 ◦ blue 128

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

Shades of Dark Cerulean #093280

Tints of Dark Cerulean #093280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 4.81%
G = 26.74%
B = 68.45%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#093280 (or 0x093280) is known color: Dark Cerulean. HEX triplet: 09, 32 and 80. RGB value is (9,50,128). Sum of RGB (Red+Green+Blue) = 9+50+128=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #093280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093280 is #F6CD7F. Grayscale: #2E2E2E. Windows color (decimal): -16174464 or 8401417. OLE color: 8401417.

HSL color Cylindrical-coordinate representation of color #093280: hue angle of 219.33º 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 #093280 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 50 128 -
CMYK 0.93 0.61 0 0.50
HSL 219.33º 0.87% 0.27% -
HSV(B) 219.33º 0.93% 0.5% -
XYZ 5.15 3.9 20.9 -
YUV 46.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 9 50 128 0.93 0.61 0 0.50 219.33 0.87 0.27
Hex 9 32 80 5D 3D 0 32 DB 57 1B
Octal 11 62 200 135 75 0 62 333 127 33
Binary 1001 110010 10000000 1011101 111101 0 110010 11011011 1010111 11011

Color Harmonies of #093280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093280

Black with #093280

Text Example


Text Example

White with #093280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093280; }

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

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

background-color css

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

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

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

border-color css

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

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

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