Html Css Color HEX #093260 Prussian Blue

📋 copy color: '#093260'

red 9 ◦ green 50 ◦ blue 96

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

Shades of Prussian Blue #093260

Tints of Prussian Blue #093260

RGB

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

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

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

R = 5.81%
G = 32.26%
B = 61.94%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093260 (or 0x093260) is known color: Prussian Blue. HEX triplet: 09, 32 and 60. RGB value is (9,50,96). Sum of RGB (Red+Green+Blue) = 9+50+96=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #093260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093260 is #F6CD9F. Grayscale: #2A2A2A. Windows color (decimal): -16174496 or 6304265. OLE color: 6304265.

HSL color Cylindrical-coordinate representation of color #093260: hue angle of 211.72º 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 #093260 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 50 96 -
CMYK 0.91 0.48 0 0.62
HSL 211.72º 0.83% 0.21% -
HSV(B) 211.72º 0.91% 0.38% -
XYZ 3.36 3.18 11.5 -
YUV 42.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 9 50 96 0.91 0.48 0 0.62 211.72 0.83 0.21
Hex 9 32 60 5B 30 0 3E D4 53 15
Octal 11 62 140 133 60 0 76 324 123 25
Binary 1001 110010 1100000 1011011 110000 0 111110 11010100 1010011 10101

Color Harmonies of #093260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093260

Black with #093260

Text Example


Text Example

White with #093260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093260; }

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

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

background-color css

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

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

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

border-color css

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

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

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