Html Css Color HEX #143B6B Prussian Blue

📋 copy color: '#143B6B'

red 20 ◦ green 59 ◦ blue 107

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

Shades of Prussian Blue #143B6B

Tints of Prussian Blue #143B6B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.72%

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

R = 10.75%
G = 31.72%
B = 57.53%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#143B6B (or 0x143B6B) is known color: Prussian Blue. HEX triplet: 14, 3B and 6B. RGB value is (20,59,107). Sum of RGB (Red+Green+Blue) = 20+59+107=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #143B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B6B is #EBC494. Grayscale: #343434. Windows color (decimal): -15451285 or 7027476. OLE color: 7027476.

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

Color convert

RGB 20 59 107 -
CMYK 0.81 0.45 0 0.58
HSL 213.1º 0.69% 0.25% -
HSV(B) 213.1º 0.81% 0.42% -
XYZ 4.51 4.34 14.51 -
YUV 52.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 20 59 107 0.81 0.45 0 0.58 213.1 0.69 0.25
Hex 14 3B 6B 51 2D 0 3A D5 45 19
Octal 24 73 153 121 55 0 72 325 105 31
Binary 10100 111011 1101011 1010001 101101 0 111010 11010101 1000101 11001

Color Harmonies of #143B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B6B

Black with #143B6B

Text Example


Text Example

White with #143B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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