#143C62

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

Shades of Regal Blue #143C62

Tints of Regal Blue #143C62

Color information

#143C62 (or 0x143C62) is unknown color: approx Regal Blue. HEX triplet: 14, 3C and 62. RGB value is (20,60,98). Sum of RGB (Red+Green+Blue) = 20+60+98=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #143C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C62 is #EBC39D. Grayscale: #343434. Windows color (decimal): -15451038 or 6437908. OLE color: 6437908.

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

Color convert

RGB206098-
CMYK0.800.3900.62
HSL209.23º66.1%23.14%-
HSV(B)209.23º79.59%38.43%-
XYZ4.114.2612.16-
YUV52.37153.75104.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=11.24%
G=33.71%
B=55.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2060980.800.3900.62209.2366.123.14
Hex143C62502703Ed14217
Octal24741421204707632110227
Binary1010011110011000101010000100111011111011010001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,98); }

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

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

 a { background-color: rgb(20,60,98); }

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

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

 span { border-color: rgb(20,60,98); }

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