Html Css Color HEX #12396D Prussian Blue

📋 copy color: '#12396D'

red 18 ◦ green 57 ◦ blue 109

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

Shades of Prussian Blue #12396D

Tints of Prussian Blue #12396D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.24%

R = 9.78%
G = 30.98%
B = 59.24%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12396D (or 0x12396D) is known color: Prussian Blue. HEX triplet: 12, 39 and 6D. RGB value is (18,57,109). Sum of RGB (Red+Green+Blue) = 18+57+109=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #12396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12396D is #EDC692. Grayscale: #333333. Windows color (decimal): -15582867 or 7158034. OLE color: 7158034.

HSL color Cylindrical-coordinate representation of color #12396D: hue angle of 214.29º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12396D is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 57 109 -
CMYK 0.83 0.48 0 0.57
HSL 214.29º 0.72% 0.25% -
HSV(B) 214.29º 0.83% 0.43% -
XYZ 4.47 4.16 15.04 -
YUV 51.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 18 57 109 0.83 0.48 0 0.57 214.29 0.72 0.25
Hex 12 39 6D 53 30 0 39 D6 48 19
Octal 22 71 155 123 60 0 71 326 110 31
Binary 10010 111001 1101101 1010011 110000 0 111001 11010110 1001000 11001

Color Harmonies of #12396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12396D

Black with #12396D

Text Example


Text Example

White with #12396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,57,109); }

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

background-color css

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

 a { background-color: rgb(18,57,109); }

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

border-color css

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

 span { border-color: rgb(18,57,109); }

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