#143460

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

Shades of Regal Blue #143460

Tints of Regal Blue #143460

Color information

#143460 (or 0x143460) is unknown color: approx Regal Blue. HEX triplet: 14, 34 and 60. RGB value is (20,52,96). Sum of RGB (Red+Green+Blue) = 20+52+96=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #143460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143460 is #EBCB9F. Grayscale: #2F2F2F. Windows color (decimal): -15453088 or 6304788. OLE color: 6304788.

HSL color Cylindrical-coordinate representation of color #143460: hue angle of 214.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143460 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205296-
CMYK0.790.4600.62
HSL214.74º65.52%22.75%-
HSV(B)214.74º79.17%37.65%-
XYZ3.633.4511.54-
YUV47.45155.4108.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=11.90%
G=30.95%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2052960.790.4600.62214.7465.5222.75
Hex1434604F2E03Ed74217
Octal24641401175607632710227
Binary1010011010011000001001111101110011111011010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143460; }

 p { color: rgb(20,52,96); }

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

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

 a { background-color: rgb(20,52,96); }

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

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

 span { border-color: rgb(20,52,96); }

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