Html Css Color HEX #09335F Prussian Blue

📋 copy color: '#09335F'

red 9 ◦ green 51 ◦ blue 95

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

Shades of Prussian Blue #09335F

Tints of Prussian Blue #09335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 61.29%

R = 5.81%
G = 32.9%
B = 61.29%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09335F (or 0x09335F) is known color: Prussian Blue. HEX triplet: 09, 33 and 5F. RGB value is (9,51,95). Sum of RGB (Red+Green+Blue) = 9+51+95=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #09335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09335F is #F6CCA0. Grayscale: #2B2B2B. Windows color (decimal): -16174241 or 6238985. OLE color: 6238985.

HSL color Cylindrical-coordinate representation of color #09335F: hue angle of 210.7º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09335F is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 51 95 -
CMYK 0.91 0.46 0 0.63
HSL 210.7º 0.83% 0.2% -
HSV(B) 210.7º 0.91% 0.37% -
XYZ 3.36 3.25 11.28 -
YUV 43.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 9 51 95 0.91 0.46 0 0.63 210.7 0.83 0.2
Hex 9 33 5F 5B 2E 0 3F D3 53 14
Octal 11 63 137 133 56 0 77 323 123 24
Binary 1001 110011 1011111 1011011 101110 0 111111 11010011 1010011 10100

Color Harmonies of #09335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09335F

Black with #09335F

Text Example


Text Example

White with #09335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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