Html Css Color HEX #09305C Prussian Blue

📋 copy color: '#09305C'

red 9 ◦ green 48 ◦ blue 92

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

Shades of Prussian Blue #09305C

Tints of Prussian Blue #09305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 6.04%
G = 32.21%
B = 61.74%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09305C (or 0x09305C) is known color: Prussian Blue. HEX triplet: 09, 30 and 5C. RGB value is (9,48,92). Sum of RGB (Red+Green+Blue) = 9+48+92=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #09305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09305C is #F6CFA3. Grayscale: #292929. Windows color (decimal): -16175012 or 6041609. OLE color: 6041609.

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

Color convert

RGB 9 48 92 -
CMYK 0.90 0.48 0 0.64
HSL 211.81º 0.82% 0.2% -
HSV(B) 211.81º 0.9% 0.36% -
XYZ 3.1 2.94 10.53 -
YUV 41.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 9 48 92 0.90 0.48 0 0.64 211.81 0.82 0.2
Hex 9 30 5C 5A 30 0 40 D4 52 14
Octal 11 60 134 132 60 0 100 324 122 24
Binary 1001 110000 1011100 1011010 110000 0 1000000 11010100 1010010 10100

Color Harmonies of #09305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09305C

Black with #09305C

Text Example


Text Example

White with #09305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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