#143962

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

Shades of Regal Blue #143962

Tints of Regal Blue #143962

Color information

#143962 (or 0x143962) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 62. RGB value is (20,57,98). Sum of RGB (Red+Green+Blue) = 20+57+98=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #143962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143962 is #EBC69D. Grayscale: #323232. Windows color (decimal): -15451806 or 6437140. OLE color: 6437140.

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

Color convert

RGB205798-
CMYK0.800.4200.62
HSL211.54º66.1%23.14%-
HSV(B)211.54º79.59%38.43%-
XYZ3.963.9612.11-
YUV50.61154.74106.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 98 (38.67% from 255) = 56%
R=11.43%
G=32.57%
B=56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2057980.800.4200.62211.5466.123.14
Hex143962502A03Ed44217
Octal24711421205207632410227
Binary1010011100111000101010000101010011111011010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143962; }

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

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

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

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

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

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

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

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