Html Css Color HEX #14396C Prussian Blue

📋 copy color: '#14396C'

red 20 ◦ green 57 ◦ blue 108

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

Shades of Prussian Blue #14396C

Tints of Prussian Blue #14396C

RGB

 RED value IS 20 (8.2% from 255) = 10.81%

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

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

R = 10.81%
G = 30.81%
B = 58.38%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14396C (or 0x14396C) is known color: Prussian Blue. HEX triplet: 14, 39 and 6C. RGB value is (20,57,108). Sum of RGB (Red+Green+Blue) = 20+57+108=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #14396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14396C is #EBC693. Grayscale: #333333. Windows color (decimal): -15451796 or 7092500. OLE color: 7092500.

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

Color convert

RGB 20 57 108 -
CMYK 0.81 0.47 0 0.58
HSL 214.77º 0.69% 0.25% -
HSV(B) 214.77º 0.81% 0.42% -
XYZ 4.46 4.16 14.75 -
YUV 51.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 20 57 108 0.81 0.47 0 0.58 214.77 0.69 0.25
Hex 14 39 6C 51 2F 0 3A D7 45 19
Octal 24 71 154 121 57 0 72 327 105 31
Binary 10100 111001 1101100 1010001 101111 0 111010 11010111 1000101 11001

Color Harmonies of #14396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14396C

Black with #14396C

Text Example


Text Example

White with #14396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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