Html Css Color HEX #093057 Prussian Blue

📋 copy color: '#093057'

red 9 ◦ green 48 ◦ blue 87

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

Shades of Prussian Blue #093057

Tints of Prussian Blue #093057

RGB

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

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

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

R = 6.25%
G = 33.33%
B = 60.42%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#093057 (or 0x093057) is known color: Prussian Blue. HEX triplet: 09, 30 and 57. RGB value is (9,48,87). Sum of RGB (Red+Green+Blue) = 9+48+87=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #093057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093057 is #F6CFA8. Grayscale: #282828. Windows color (decimal): -16175017 or 5713929. OLE color: 5713929.

HSL color Cylindrical-coordinate representation of color #093057: hue angle of 210º 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 #093057 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 48 87 -
CMYK 0.90 0.45 0 0.66
HSL 210º 0.81% 0.19% -
HSV(B) 210º 0.9% 0.34% -
XYZ 2.89 2.86 9.42 -
YUV 40.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 9 48 87 0.90 0.45 0 0.66 210 0.81 0.19
Hex 9 30 57 5A 2D 0 42 D2 51 13
Octal 11 60 127 132 55 0 102 322 121 23
Binary 1001 110000 1010111 1011010 101101 0 1000010 11010010 1010001 10011

Color Harmonies of #093057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093057

Black with #093057

Text Example


Text Example

White with #093057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093057; }

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

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

background-color css

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

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

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

border-color css

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

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

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