#143B5C

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

Shades of Regal Blue #143B5C

Tints of Regal Blue #143B5C

Color information

#143B5C (or 0x143B5C) is unknown color: approx Regal Blue. HEX triplet: 14, 3B and 5C. RGB value is (20,59,92). Sum of RGB (Red+Green+Blue) = 20+59+92=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #143B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B5C is #EBC4A3. Grayscale: #323232. Windows color (decimal): -15451300 or 6044436. OLE color: 6044436.

HSL color Cylindrical-coordinate representation of color #143B5C: hue angle of 207.5º 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 #143B5C is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB205992-
CMYK0.780.3600.64
HSL207.5º64.29%21.96%-
HSV(B)207.5º78.26%36.08%-
XYZ3.784.0510.71-
YUV51.1151.08105.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 92 (36.33% from 255) = 53.80%
R=11.70%
G=34.50%
B=53.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2059920.780.3600.64207.564.2921.96
Hex143B5C4E24040d04016
Octal247313411644010032010026
Binary10100111011101110010011101001000100000011010000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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