Html Css Color HEX #12325D Prussian Blue

📋 copy color: '#12325D'

red 18 ◦ green 50 ◦ blue 93

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

Shades of Prussian Blue #12325D

Tints of Prussian Blue #12325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.76%

R = 11.18%
G = 31.06%
B = 57.76%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12325D (or 0x12325D) is known color: Prussian Blue. HEX triplet: 12, 32 and 5D. RGB value is (18,50,93). Sum of RGB (Red+Green+Blue) = 18+50+93=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #12325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12325D is #EDCDA2. Grayscale: #2D2D2D. Windows color (decimal): -15584675 or 6107666. OLE color: 6107666.

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

Color convert

RGB 18 50 93 -
CMYK 0.81 0.46 0 0.64
HSL 214.4º 0.68% 0.22% -
HSV(B) 214.4º 0.81% 0.36% -
XYZ 3.37 3.2 10.8 -
YUV 45.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 18 50 93 0.81 0.46 0 0.64 214.4 0.68 0.22
Hex 12 32 5D 51 2E 0 40 D6 44 16
Octal 22 62 135 121 56 0 100 326 104 26
Binary 10010 110010 1011101 1010001 101110 0 1000000 11010110 1000100 10110

Color Harmonies of #12325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12325D

Black with #12325D

Text Example


Text Example

White with #12325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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