Html Css Color HEX #09335D Prussian Blue

📋 copy color: '#09335D'

red 9 ◦ green 51 ◦ blue 93

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

Shades of Prussian Blue #09335D

Tints of Prussian Blue #09335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 60.78%

R = 5.88%
G = 33.33%
B = 60.78%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09335D (or 0x09335D) is known color: Prussian Blue. HEX triplet: 09, 33 and 5D. RGB value is (9,51,93). Sum of RGB (Red+Green+Blue) = 9+51+93=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #09335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09335D is #F6CCA2. Grayscale: #2B2B2B. Windows color (decimal): -16174243 or 6107913. OLE color: 6107913.

HSL color Cylindrical-coordinate representation of color #09335D: hue angle of 210º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09335D is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 51 93 -
CMYK 0.90 0.45 0 0.64
HSL 210º 0.82% 0.2% -
HSV(B) 210º 0.9% 0.36% -
XYZ 3.27 3.22 10.8 -
YUV 43.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 9 51 93 0.90 0.45 0 0.64 210 0.82 0.2
Hex 9 33 5D 5A 2D 0 40 D2 52 14
Octal 11 63 135 132 55 0 100 322 122 24
Binary 1001 110011 1011101 1011010 101101 0 1000000 11010010 1010010 10100

Color Harmonies of #09335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09335D

Black with #09335D

Text Example


Text Example

White with #09335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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