Html Css Color HEX #143D6B Prussian Blue

📋 copy color: '#143D6B'

red 20 ◦ green 61 ◦ blue 107

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

Shades of Prussian Blue #143D6B

Tints of Prussian Blue #143D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 10.64%
G = 32.45%
B = 56.91%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#143D6B (or 0x143D6B) is known color: Prussian Blue. HEX triplet: 14, 3D and 6B. RGB value is (20,61,107). Sum of RGB (Red+Green+Blue) = 20+61+107=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #143D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D6B is #EBC294. Grayscale: #353535. Windows color (decimal): -15450773 or 7027988. OLE color: 7027988.

HSL color Cylindrical-coordinate representation of color #143D6B: hue angle of 211.72º 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 #143D6B is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 61 107 -
CMYK 0.81 0.43 0 0.58
HSL 211.72º 0.69% 0.25% -
HSV(B) 211.72º 0.81% 0.42% -
XYZ 4.61 4.55 14.54 -
YUV 53.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 20 61 107 0.81 0.43 0 0.58 211.72 0.69 0.25
Hex 14 3D 6B 51 2B 0 3A D4 45 19
Octal 24 75 153 121 53 0 72 324 105 31
Binary 10100 111101 1101011 1010001 101011 0 111010 11010100 1000101 11001

Color Harmonies of #143D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D6B

Black with #143D6B

Text Example


Text Example

White with #143D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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