Html Css Color HEX #12386C Prussian Blue

📋 copy color: '#12386C'

red 18 ◦ green 56 ◦ blue 108

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

Shades of Prussian Blue #12386C

Tints of Prussian Blue #12386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.77%

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

R = 9.89%
G = 30.77%
B = 59.34%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12386C (or 0x12386C) is known color: Prussian Blue. HEX triplet: 12, 38 and 6C. RGB value is (18,56,108). Sum of RGB (Red+Green+Blue) = 18+56+108=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #12386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12386C is #EDC793. Grayscale: #323232. Windows color (decimal): -15583124 or 7092242. OLE color: 7092242.

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

Color convert

RGB 18 56 108 -
CMYK 0.83 0.48 0 0.58
HSL 214.67º 0.71% 0.25% -
HSV(B) 214.67º 0.83% 0.42% -
XYZ 4.37 4.04 14.74 -
YUV 50.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 18 56 108 0.83 0.48 0 0.58 214.67 0.71 0.25
Hex 12 38 6C 53 30 0 3A D7 47 19
Octal 22 70 154 123 60 0 72 327 107 31
Binary 10010 111000 1101100 1010011 110000 0 111010 11010111 1000111 11001

Color Harmonies of #12386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12386C

Black with #12386C

Text Example


Text Example

White with #12386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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