Html Css Color HEX #143669 Prussian Blue

📋 copy color: '#143669'

red 20 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #143669

Tints of Prussian Blue #143669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 11.17%
G = 30.17%
B = 58.66%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143669 (or 0x143669) is known color: Prussian Blue. HEX triplet: 14, 36 and 69. RGB value is (20,54,105). Sum of RGB (Red+Green+Blue) = 20+54+105=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #143669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143669 is #EBC996. Grayscale: #313131. Windows color (decimal): -15452567 or 6895124. OLE color: 6895124.

HSL color Cylindrical-coordinate representation of color #143669: hue angle of 216º 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 #143669 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 54 105 -
CMYK 0.81 0.49 0 0.59
HSL 216º 0.68% 0.25% -
HSV(B) 216º 0.81% 0.41% -
XYZ 4.16 3.81 13.88 -
YUV 49.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 20 54 105 0.81 0.49 0 0.59 216 0.68 0.25
Hex 14 36 69 51 31 0 3B D8 44 19
Octal 24 66 151 121 61 0 73 330 104 31
Binary 10100 110110 1101001 1010001 110001 0 111011 11011000 1000100 11001

Color Harmonies of #143669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143669

Black with #143669

Text Example


Text Example

White with #143669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143669; }

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

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

background-color css

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

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

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

border-color css

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

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

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