Html Css Color HEX #09395A Prussian Blue

📋 copy color: '#09395A'

red 9 ◦ green 57 ◦ blue 90

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

Shades of Prussian Blue #09395A

Tints of Prussian Blue #09395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 90 (35.55% from 255) = 57.69%

R = 5.77%
G = 36.54%
B = 57.69%

CMYK

 C value IS 0.9

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09395A (or 0x09395A) is known color: Prussian Blue. HEX triplet: 09, 39 and 5A. RGB value is (9,57,90). Sum of RGB (Red+Green+Blue) = 9+57+90=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #09395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09395A is #F6C6A5. Grayscale: #2E2E2E. Windows color (decimal): -16172710 or 5912841. OLE color: 5912841.

HSL color Cylindrical-coordinate representation of color #09395A: hue angle of 204.44º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09395A is Cyan = 0.9, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 57 90 -
CMYK 0.9 0.37 0 0.65
HSL 204.44º 0.82% 0.19% -
HSV(B) 204.44º 0.9% 0.35% -
XYZ 3.42 3.72 10.21 -
YUV 46.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 9 57 90 0.9 0.37 0 0.65 204.44 0.82 0.19
Hex 9 39 5A 5A 25 0 41 CC 52 13
Octal 11 71 132 132 45 0 101 314 122 23
Binary 1001 111001 1011010 1011010 100101 0 1000001 11001100 1010010 10011

Color Harmonies of #09395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09395A

Black with #09395A

Text Example


Text Example

White with #09395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09395A; }

 p { color: rgb(9,57,90); }

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

background-color css

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

 a { background-color: rgb(9,57,90); }

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

border-color css

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

 span { border-color: rgb(9,57,90); }

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