Html Css Color HEX #093360 Prussian Blue

📋 copy color: '#093360'

red 9 ◦ green 51 ◦ blue 96

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

Shades of Prussian Blue #093360

Tints of Prussian Blue #093360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

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

R = 5.77%
G = 32.69%
B = 61.54%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093360 (or 0x093360) is known color: Prussian Blue. HEX triplet: 09, 33 and 60. RGB value is (9,51,96). Sum of RGB (Red+Green+Blue) = 9+51+96=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #093360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093360 is #F6CC9F. Grayscale: #2B2B2B. Windows color (decimal): -16174240 or 6304521. OLE color: 6304521.

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

Color convert

RGB 9 51 96 -
CMYK 0.91 0.47 0 0.62
HSL 211.03º 0.83% 0.21% -
HSV(B) 211.03º 0.91% 0.38% -
XYZ 3.41 3.27 11.52 -
YUV 43.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 9 51 96 0.91 0.47 0 0.62 211.03 0.83 0.21
Hex 9 33 60 5B 2F 0 3E D3 53 15
Octal 11 63 140 133 57 0 76 323 123 25
Binary 1001 110011 1100000 1011011 101111 0 111110 11010011 1010011 10101

Color Harmonies of #093360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093360

Black with #093360

Text Example


Text Example

White with #093360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093360; }

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

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

background-color css

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

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

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

border-color css

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

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

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