Html Css Color HEX #143863 Regal Blue

📋 copy color: '#143863'

red 20 ◦ green 56 ◦ blue 99

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

Shades of Regal Blue #143863

Tints of Regal Blue #143863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 11.43%
G = 32%
B = 56.57%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#143863 (or 0x143863) is known color: Regal Blue. HEX triplet: 14, 38 and 63. RGB value is (20,56,99). Sum of RGB (Red+Green+Blue) = 20+56+99=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #143863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143863 is #EBC79C. Grayscale: #313131. Windows color (decimal): -15452061 or 6502420. OLE color: 6502420.

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

Color convert

RGB 20 56 99 -
CMYK 0.80 0.43 0 0.61
HSL 212.66º 0.66% 0.23% -
HSV(B) 212.66º 0.8% 0.39% -
XYZ 3.95 3.88 12.34 -
YUV 50.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 20 56 99 0.80 0.43 0 0.61 212.66 0.66 0.23
Hex 14 38 63 50 2B 0 3D D5 42 17
Octal 24 70 143 120 53 0 75 325 102 27
Binary 10100 111000 1100011 1010000 101011 0 111101 11010101 1000010 10111

Color Harmonies of #143863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143863

Black with #143863

Text Example


Text Example

White with #143863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143863; }

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

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

background-color css

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

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

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

border-color css

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

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

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