#143353

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

Shades of Regal Blue #143353

Tints of Regal Blue #143353

Color information

#143353 (or 0x143353) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 53. RGB value is (20,51,83). Sum of RGB (Red+Green+Blue) = 20+51+83=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #143353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143353 is #EBCCAC. Grayscale: #2D2D2D. Windows color (decimal): -15453357 or 5452564. OLE color: 5452564.

HSL color Cylindrical-coordinate representation of color #143353: hue angle of 210.48º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143353 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205183-
CMYK0.760.3900.67
HSL210.48º61.17%20.2%-
HSV(B)210.48º75.9%32.55%-
XYZ3.033.148.63-
YUV45.38149.23109.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=12.99%
G=33.12%
B=53.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2051830.760.3900.67210.4861.1720.2
Hex1433534C27043d23d14
Octal24631231144701033227524
Binary1010011001110100111001100100111010000111101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143353; }

 p { color: rgb(20,51,83); }

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

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

 a { background-color: rgb(20,51,83); }

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

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

 span { border-color: rgb(20,51,83); }

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