Html Css Color HEX #093060 Prussian Blue

📋 copy color: '#093060'

red 9 ◦ green 48 ◦ blue 96

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

Shades of Prussian Blue #093060

Tints of Prussian Blue #093060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

 BLUE value IS 96 (37.89% from 255) = 62.75%

R = 5.88%
G = 31.37%
B = 62.75%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093060 (or 0x093060) is known color: Prussian Blue. HEX triplet: 09, 30 and 60. RGB value is (9,48,96). Sum of RGB (Red+Green+Blue) = 9+48+96=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #093060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093060 is #F6CF9F. Grayscale: #292929. Windows color (decimal): -16175008 or 6303753. OLE color: 6303753.

HSL color Cylindrical-coordinate representation of color #093060: hue angle of 213.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093060 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 48 96 -
CMYK 0.91 0.50 0 0.62
HSL 213.1º 0.83% 0.21% -
HSV(B) 213.1º 0.91% 0.38% -
XYZ 3.28 3.02 11.48 -
YUV 41.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 9 48 96 0.91 0.50 0 0.62 213.1 0.83 0.21
Hex 9 30 60 5B 32 0 3E D5 53 15
Octal 11 60 140 133 62 0 76 325 123 25
Binary 1001 110000 1100000 1011011 110010 0 111110 11010101 1010011 10101

Color Harmonies of #093060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093060

Black with #093060

Text Example


Text Example

White with #093060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093060; }

 p { color: rgb(9,48,96); }

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

background-color css

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

 a { background-color: rgb(9,48,96); }

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

border-color css

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

 span { border-color: rgb(9,48,96); }

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