Html Css Color HEX #093257 Prussian Blue

📋 copy color: '#093257'

red 9 ◦ green 50 ◦ blue 87

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

Shades of Prussian Blue #093257

Tints of Prussian Blue #093257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 59.59%

R = 6.16%
G = 34.25%
B = 59.59%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#093257 (or 0x093257) is known color: Prussian Blue. HEX triplet: 09, 32 and 57. RGB value is (9,50,87). Sum of RGB (Red+Green+Blue) = 9+50+87=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #093257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093257 is #F6CDA8. Grayscale: #292929. Windows color (decimal): -16174505 or 5714441. OLE color: 5714441.

HSL color Cylindrical-coordinate representation of color #093257: hue angle of 208.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093257 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 50 87 -
CMYK 0.90 0.43 0 0.66
HSL 208.46º 0.81% 0.19% -
HSV(B) 208.46º 0.9% 0.34% -
XYZ 2.97 3.03 9.44 -
YUV 41.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 9 50 87 0.90 0.43 0 0.66 208.46 0.81 0.19
Hex 9 32 57 5A 2B 0 42 D0 51 13
Octal 11 62 127 132 53 0 102 320 121 23
Binary 1001 110010 1010111 1011010 101011 0 1000010 11010000 1010001 10011

Color Harmonies of #093257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093257

Black with #093257

Text Example


Text Example

White with #093257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093257; }

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

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

background-color css

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

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

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

border-color css

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

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

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