Html Css Color HEX #12386B Prussian Blue

📋 copy color: '#12386B'

red 18 ◦ green 56 ◦ blue 107

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

Shades of Prussian Blue #12386B

Tints of Prussian Blue #12386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.12%

R = 9.94%
G = 30.94%
B = 59.12%

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

#12386B (or 0x12386B) is known color: Prussian Blue. HEX triplet: 12, 38 and 6B. RGB value is (18,56,107). Sum of RGB (Red+Green+Blue) = 18+56+107=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #12386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12386B is #EDC794. Grayscale: #323232. Windows color (decimal): -15583125 or 7026706. OLE color: 7026706.

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

Color convert

RGB 18 56 107 -
CMYK 0.83 0.48 0 0.58
HSL 214.38º 0.71% 0.25% -
HSV(B) 214.38º 0.83% 0.42% -
XYZ 4.32 4.02 14.46 -
YUV 50.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 18 56 107 0.83 0.48 0 0.58 214.38 0.71 0.25
Hex 12 38 6B 53 30 0 3A D6 47 19
Octal 22 70 153 123 60 0 72 326 107 31
Binary 10010 111000 1101011 1010011 110000 0 111010 11010110 1000111 11001

Color Harmonies of #12386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12386B

Black with #12386B

Text Example


Text Example

White with #12386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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