Html Css Color HEX #12325E Prussian Blue

📋 copy color: '#12325E'

red 18 ◦ green 50 ◦ blue 94

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

Shades of Prussian Blue #12325E

Tints of Prussian Blue #12325E

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

 GREEN value IS 50 (19.92% from 255) = 30.86%

 BLUE value IS 94 (37.11% from 255) = 58.02%

R = 11.11%
G = 30.86%
B = 58.02%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12325E (or 0x12325E) is known color: Prussian Blue. HEX triplet: 12, 32 and 5E. RGB value is (18,50,94). Sum of RGB (Red+Green+Blue) = 18+50+94=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #12325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12325E is #EDCDA1. Grayscale: #2D2D2D. Windows color (decimal): -15584674 or 6173202. OLE color: 6173202.

HSL color Cylindrical-coordinate representation of color #12325E: hue angle of 214.74º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12325E is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 50 94 -
CMYK 0.81 0.47 0 0.63
HSL 214.74º 0.68% 0.22% -
HSV(B) 214.74º 0.81% 0.37% -
XYZ 3.41 3.22 11.03 -
YUV 45.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 18 50 94 0.81 0.47 0 0.63 214.74 0.68 0.22
Hex 12 32 5E 51 2F 0 3F D7 44 16
Octal 22 62 136 121 57 0 77 327 104 26
Binary 10010 110010 1011110 1010001 101111 0 111111 11010111 1000100 10110

Color Harmonies of #12325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12325E

Black with #12325E

Text Example


Text Example

White with #12325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12325E; }

 p { color: rgb(18,50,94); }

 H1.HeaderClassName
 {
   color: #12325E;
 }
 .AnyTagClassName
 {
   color: #12325E;
 }
</style>

background-color css

<style>
 a { background-color: #12325E; }

 a { background-color: rgb(18,50,94); }

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

border-color css

<style>
 span { border-color: #12325E; }

 span { border-color: rgb(18,50,94); }

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