Html Css Color HEX #12396C Prussian Blue

📋 copy color: '#12396C'

red 18 ◦ green 57 ◦ blue 108

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

Shades of Prussian Blue #12396C

Tints of Prussian Blue #12396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.02%

R = 9.84%
G = 31.15%
B = 59.02%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12396C (or 0x12396C) is known color: Prussian Blue. HEX triplet: 12, 39 and 6C. RGB value is (18,57,108). Sum of RGB (Red+Green+Blue) = 18+57+108=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #12396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12396C is #EDC693. Grayscale: #323232. Windows color (decimal): -15582868 or 7092498. OLE color: 7092498.

HSL color Cylindrical-coordinate representation of color #12396C: hue angle of 214º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12396C is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 57 108 -
CMYK 0.83 0.47 0 0.58
HSL 214º 0.71% 0.25% -
HSV(B) 214º 0.83% 0.42% -
XYZ 4.42 4.14 14.75 -
YUV 51.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 18 57 108 0.83 0.47 0 0.58 214 0.71 0.25
Hex 12 39 6C 53 2F 0 3A D6 47 19
Octal 22 71 154 123 57 0 72 326 107 31
Binary 10010 111001 1101100 1010011 101111 0 111010 11010110 1000111 11001

Color Harmonies of #12396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12396C

Black with #12396C

Text Example


Text Example

White with #12396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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