Html Css Color HEX #143564 Prussian Blue

📋 copy color: '#143564'

red 20 ◦ green 53 ◦ blue 100

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

Shades of Prussian Blue #143564

Tints of Prussian Blue #143564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 100 (39.45% from 255) = 57.8%

R = 11.56%
G = 30.64%
B = 57.8%

CMYK

 C value IS 0.8

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#143564 (or 0x143564) is known color: Prussian Blue. HEX triplet: 14, 35 and 64. RGB value is (20,53,100). Sum of RGB (Red+Green+Blue) = 20+53+100=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #143564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143564 is #EBCA9B. Grayscale: #303030. Windows color (decimal): -15452828 or 6567188. OLE color: 6567188.

HSL color Cylindrical-coordinate representation of color #143564: hue angle of 215.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143564 is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 53 100 -
CMYK 0.8 0.47 0 0.61
HSL 215.25º 0.67% 0.24% -
HSV(B) 215.25º 0.8% 0.39% -
XYZ 3.86 3.62 12.55 -
YUV 48.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 20 53 100 0.8 0.47 0 0.61 215.25 0.67 0.24
Hex 14 35 64 50 2F 0 3D D7 43 18
Octal 24 65 144 120 57 0 75 327 103 30
Binary 10100 110101 1100100 1010000 101111 0 111101 11010111 1000011 11000

Color Harmonies of #143564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143564

Black with #143564

Text Example


Text Example

White with #143564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143564; }

 p { color: rgb(20,53,100); }

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

background-color css

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

 a { background-color: rgb(20,53,100); }

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

border-color css

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

 span { border-color: rgb(20,53,100); }

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