Html Css Color HEX #143869 Prussian Blue

📋 copy color: '#143869'

red 20 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #143869

Tints of Prussian Blue #143869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 11.05%
G = 30.94%
B = 58.01%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143869 (or 0x143869) is known color: Prussian Blue. HEX triplet: 14, 38 and 69. RGB value is (20,56,105). Sum of RGB (Red+Green+Blue) = 20+56+105=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #143869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143869 is #EBC796. Grayscale: #323232. Windows color (decimal): -15452055 or 6895636. OLE color: 6895636.

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

Color convert

RGB 20 56 105 -
CMYK 0.81 0.47 0 0.59
HSL 214.59º 0.68% 0.25% -
HSV(B) 214.59º 0.81% 0.41% -
XYZ 4.25 4 13.91 -
YUV 50.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 20 56 105 0.81 0.47 0 0.59 214.59 0.68 0.25
Hex 14 38 69 51 2F 0 3B D7 44 19
Octal 24 70 151 121 57 0 73 327 104 31
Binary 10100 111000 1101001 1010001 101111 0 111011 11010111 1000100 11001

Color Harmonies of #143869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143869

Black with #143869

Text Example


Text Example

White with #143869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143869; }

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

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

background-color css

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

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

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

border-color css

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

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

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