#143A55

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

Shades of Regal Blue #143A55

Tints of Regal Blue #143A55

Color information

#143A55 (or 0x143A55) is unknown color: approx Regal Blue. HEX triplet: 14, 3A and 55. RGB value is (20,58,85). Sum of RGB (Red+Green+Blue) = 20+58+85=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #143A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A55 is #EBC5AA. Grayscale: #313131. Windows color (decimal): -15451563 or 5585428. OLE color: 5585428.

HSL color Cylindrical-coordinate representation of color #143A55: hue angle of 204.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143A55 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205885-
CMYK0.760.3200.67
HSL204.92º61.9%20.59%-
HSV(B)204.92º76.47%33.33%-
XYZ3.443.839.15-
YUV49.72147.91106.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=12.27%
G=35.58%
B=52.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2058850.760.3200.67204.9261.920.59
Hex143A554C20043cd3e15
Octal24721251144001033157625
Binary1010011101010101011001100100000010000111100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,58,85); }

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

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

 a { background-color: rgb(20,58,85); }

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

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

 span { border-color: rgb(20,58,85); }

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