#143F5C

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

Shades of Regal Blue #143F5C

Tints of Regal Blue #143F5C

Color information

#143F5C (or 0x143F5C) is unknown color: approx Regal Blue. HEX triplet: 14, 3F and 5C. RGB value is (20,63,92). Sum of RGB (Red+Green+Blue) = 20+63+92=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #143F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F5C is #EBC0A3. Grayscale: #353535. Windows color (decimal): -15450276 or 6045460. OLE color: 6045460.

HSL color Cylindrical-coordinate representation of color #143F5C: hue angle of 204.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143F5C is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206392-
CMYK0.780.3200.64
HSL204.17º64.29%21.96%-
HSV(B)204.17º78.26%36.08%-
XYZ44.4810.78-
YUV53.45149.75104.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=11.43%
G=36%
B=52.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2063920.780.3200.64204.1764.2921.96
Hex143F5C4E20040cc4016
Octal247713411640010031410026
Binary10100111111101110010011101000000100000011001100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,63,92); }

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

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

 a { background-color: rgb(20,63,92); }

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

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

 span { border-color: rgb(20,63,92); }

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