Html Css Color HEX #143D6C Prussian Blue

📋 copy color: '#143D6C'

red 20 ◦ green 61 ◦ blue 108

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

Shades of Prussian Blue #143D6C

Tints of Prussian Blue #143D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

 BLUE value IS 108 (42.58% from 255) = 57.14%

R = 10.58%
G = 32.28%
B = 57.14%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#143D6C (or 0x143D6C) is known color: Prussian Blue. HEX triplet: 14, 3D and 6C. RGB value is (20,61,108). Sum of RGB (Red+Green+Blue) = 20+61+108=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #143D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D6C is #EBC293. Grayscale: #353535. Windows color (decimal): -15450772 or 7093524. OLE color: 7093524.

HSL color Cylindrical-coordinate representation of color #143D6C: hue angle of 212.05º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143D6C is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 61 108 -
CMYK 0.81 0.44 0 0.58
HSL 212.05º 0.69% 0.25% -
HSV(B) 212.05º 0.81% 0.42% -
XYZ 4.66 4.57 14.82 -
YUV 54.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 20 61 108 0.81 0.44 0 0.58 212.05 0.69 0.25
Hex 14 3D 6C 51 2C 0 3A D4 45 19
Octal 24 75 154 121 54 0 72 324 105 31
Binary 10100 111101 1101100 1010001 101100 0 111010 11010100 1000101 11001

Color Harmonies of #143D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D6C

Black with #143D6C

Text Example


Text Example

White with #143D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143D6C; }

 p { color: rgb(20,61,108); }

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

background-color css

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

 a { background-color: rgb(20,61,108); }

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

border-color css

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

 span { border-color: rgb(20,61,108); }

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