Html Css Color HEX #143968 Prussian Blue

📋 copy color: '#143968'

red 20 ◦ green 57 ◦ blue 104

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

Shades of Prussian Blue #143968

Tints of Prussian Blue #143968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 11.05%
G = 31.49%
B = 57.46%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143968 (or 0x143968) is known color: Prussian Blue. HEX triplet: 14, 39 and 68. RGB value is (20,57,104). Sum of RGB (Red+Green+Blue) = 20+57+104=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #143968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143968 is #EBC697. Grayscale: #333333. Windows color (decimal): -15451800 or 6830356. OLE color: 6830356.

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

Color convert

RGB 20 57 104 -
CMYK 0.81 0.45 0 0.59
HSL 213.57º 0.68% 0.24% -
HSV(B) 213.57º 0.81% 0.41% -
XYZ 4.25 4.07 13.66 -
YUV 51.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 20 57 104 0.81 0.45 0 0.59 213.57 0.68 0.24
Hex 14 39 68 51 2D 0 3B D6 44 18
Octal 24 71 150 121 55 0 73 326 104 30
Binary 10100 111001 1101000 1010001 101101 0 111011 11010110 1000100 11000

Color Harmonies of #143968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143968

Black with #143968

Text Example


Text Example

White with #143968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143968; }

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

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

background-color css

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

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

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

border-color css

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

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

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