#143667

Color #143667 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #143667

Tints of Prussian Blue #143667

Color information

#143667 (or 0x143667) is unknown color: approx Prussian Blue. HEX triplet: 14, 36 and 67. RGB value is (20,54,103). Sum of RGB (Red+Green+Blue) = 20+54+103=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #143667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143667 is #EBC998. Grayscale: #313131. Windows color (decimal): -15452569 or 6764052. OLE color: 6764052.

HSL color Cylindrical-coordinate representation of color #143667: hue angle of 215.42º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143667 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2054103-
CMYK0.810.4800.60
HSL215.42º67.48%24.12%-
HSV(B)215.42º80.58%40.39%-
XYZ4.063.7713.35-
YUV49.42158.24107.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 103 (40.62% from 255) = 58.19%
R=11.30%
G=30.51%
B=58.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20541030.810.4800.60215.4267.4824.12
Hex143667513003Cd74318
Octal24661471216007432710330
Binary1010011011011001111010001110000011110011010111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143667; }

 p { color: rgb(20,54,103); }

 H1.HeaderClassName
 {
   color: #143667;
 }
 .AnyTagClassName
 {
   color: #143667;
 }
</style>
background-color css

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

 a { background-color: rgb(20,54,103); }

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

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

 span { border-color: rgb(20,54,103); }

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