Html Css Color HEX #12396F Prussian Blue

📋 copy color: '#12396F'

red 18 ◦ green 57 ◦ blue 111

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

Shades of Prussian Blue #12396F

Tints of Prussian Blue #12396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.68%

R = 9.68%
G = 30.65%
B = 59.68%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12396F (or 0x12396F) is known color: Prussian Blue. HEX triplet: 12, 39 and 6F. RGB value is (18,57,111). Sum of RGB (Red+Green+Blue) = 18+57+111=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #12396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12396F is #EDC690. Grayscale: #333333. Windows color (decimal): -15582865 or 7289106. OLE color: 7289106.

HSL color Cylindrical-coordinate representation of color #12396F: hue angle of 214.84º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12396F is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 57 111 -
CMYK 0.84 0.49 0 0.56
HSL 214.84º 0.72% 0.25% -
HSV(B) 214.84º 0.84% 0.44% -
XYZ 4.58 4.2 15.61 -
YUV 51.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 18 57 111 0.84 0.49 0 0.56 214.84 0.72 0.25
Hex 12 39 6F 54 31 0 38 D7 48 19
Octal 22 71 157 124 61 0 70 327 110 31
Binary 10010 111001 1101111 1010100 110001 0 111000 11010111 1001000 11001

Color Harmonies of #12396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12396F

Black with #12396F

Text Example


Text Example

White with #12396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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