#143A62

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

Shades of Regal Blue #143A62

Tints of Regal Blue #143A62

Color information

#143A62 (or 0x143A62) is unknown color: approx Regal Blue. HEX triplet: 14, 3A and 62. RGB value is (20,58,98). Sum of RGB (Red+Green+Blue) = 20+58+98=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #143A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A62 is #EBC59D. Grayscale: #333333. Windows color (decimal): -15451550 or 6437396. OLE color: 6437396.

HSL color Cylindrical-coordinate representation of color #143A62: hue angle of 210.77º 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 #143A62 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205898-
CMYK0.800.4100.62
HSL210.77º66.1%23.14%-
HSV(B)210.77º79.59%38.43%-
XYZ4.014.0612.13-
YUV51.2154.41105.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=11.36%
G=32.95%
B=55.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2058980.800.4100.62210.7766.123.14
Hex143A62502903Ed34217
Octal24721421205107632310227
Binary1010011101011000101010000101001011111011010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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