Html Css Color HEX #14396B Prussian Blue

📋 copy color: '#14396B'

red 20 ◦ green 57 ◦ blue 107

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

Shades of Prussian Blue #14396B

Tints of Prussian Blue #14396B

RGB

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

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

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

R = 10.87%
G = 30.98%
B = 58.15%

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

#14396B (or 0x14396B) is known color: Prussian Blue. HEX triplet: 14, 39 and 6B. RGB value is (20,57,107). Sum of RGB (Red+Green+Blue) = 20+57+107=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #14396B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14396B is #EBC694. Grayscale: #333333. Windows color (decimal): -15451797 or 7026964. OLE color: 7026964.

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

Color convert

RGB 20 57 107 -
CMYK 0.81 0.47 0 0.58
HSL 214.48º 0.69% 0.25% -
HSV(B) 214.48º 0.81% 0.42% -
XYZ 4.41 4.14 14.48 -
YUV 51.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 20 57 107 0.81 0.47 0 0.58 214.48 0.69 0.25
Hex 14 39 6B 51 2F 0 3A D6 45 19
Octal 24 71 153 121 57 0 72 326 105 31
Binary 10100 111001 1101011 1010001 101111 0 111010 11010110 1000101 11001

Color Harmonies of #14396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14396B

Black with #14396B

Text Example


Text Example

White with #14396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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