Html Css Color HEX #09395C Prussian Blue

📋 copy color: '#09395C'

red 9 ◦ green 57 ◦ blue 92

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

Shades of Prussian Blue #09395C

Tints of Prussian Blue #09395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 58.23%

R = 5.7%
G = 36.08%
B = 58.23%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09395C (or 0x09395C) is known color: Prussian Blue. HEX triplet: 09, 39 and 5C. RGB value is (9,57,92). Sum of RGB (Red+Green+Blue) = 9+57+92=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #09395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09395C is #F6C6A3. Grayscale: #2E2E2E. Windows color (decimal): -16172708 or 6043913. OLE color: 6043913.

HSL color Cylindrical-coordinate representation of color #09395C: hue angle of 205.3º 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 #09395C is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 57 92 -
CMYK 0.90 0.38 0 0.64
HSL 205.3º 0.82% 0.2% -
HSV(B) 205.3º 0.9% 0.36% -
XYZ 3.51 3.76 10.67 -
YUV 46.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 9 57 92 0.90 0.38 0 0.64 205.3 0.82 0.2
Hex 9 39 5C 5A 26 0 40 CD 52 14
Octal 11 71 134 132 46 0 100 315 122 24
Binary 1001 111001 1011100 1011010 100110 0 1000000 11001101 1010010 10100

Color Harmonies of #09395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09395C

Black with #09395C

Text Example


Text Example

White with #09395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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