Html Css Color HEX #143963 Regal Blue

📋 copy color: '#143963'

red 20 ◦ green 57 ◦ blue 99

#143963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #143963

Tints of Regal Blue #143963

RGB

 RED value IS 20 (8.2% from 255) = 11.36%

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 99 (39.06% from 255) = 56.25%

R = 11.36%
G = 32.39%
B = 56.25%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#143963 (or 0x143963) is known color: Regal Blue. HEX triplet: 14, 39 and 63. RGB value is (20,57,99). Sum of RGB (Red+Green+Blue) = 20+57+99=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #143963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143963 is #EBC69C. Grayscale: #323232. Windows color (decimal): -15451805 or 6502676. OLE color: 6502676.

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

Color convert

RGB 20 57 99 -
CMYK 0.80 0.42 0 0.61
HSL 211.9º 0.66% 0.23% -
HSV(B) 211.9º 0.8% 0.39% -
XYZ 4 3.98 12.36 -
YUV 50.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 20 57 99 0.80 0.42 0 0.61 211.9 0.66 0.23
Hex 14 39 63 50 2A 0 3D D4 42 17
Octal 24 71 143 120 52 0 75 324 102 27
Binary 10100 111001 1100011 1010000 101010 0 111101 11010100 1000010 10111

Color Harmonies of #143963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143963

Black with #143963

Text Example


Text Example

White with #143963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143963; }

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

 H1.HeaderClassName
 {
   color: #143963;
 }
 .AnyTagClassName
 {
   color: #143963;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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