Html Css Color HEX #143969 Prussian Blue

📋 copy color: '#143969'

red 20 ◦ green 57 ◦ blue 105

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

Shades of Prussian Blue #143969

Tints of Prussian Blue #143969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 10.99%
G = 31.32%
B = 57.69%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143969 (or 0x143969) is known color: Prussian Blue. HEX triplet: 14, 39 and 69. RGB value is (20,57,105). Sum of RGB (Red+Green+Blue) = 20+57+105=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #143969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143969 is #EBC696. Grayscale: #333333. Windows color (decimal): -15451799 or 6895892. OLE color: 6895892.

HSL color Cylindrical-coordinate representation of color #143969: hue angle of 213.88º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143969 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 57 105 -
CMYK 0.81 0.46 0 0.59
HSL 213.88º 0.68% 0.25% -
HSV(B) 213.88º 0.81% 0.41% -
XYZ 4.3 4.09 13.93 -
YUV 51.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 20 57 105 0.81 0.46 0 0.59 213.88 0.68 0.25
Hex 14 39 69 51 2E 0 3B D6 44 19
Octal 24 71 151 121 56 0 73 326 104 31
Binary 10100 111001 1101001 1010001 101110 0 111011 11010110 1000100 11001

Color Harmonies of #143969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143969

Black with #143969

Text Example


Text Example

White with #143969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143969; }

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

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

background-color css

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

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

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

border-color css

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

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

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