Html Css Color HEX #143D56 Regal Blue

📋 copy color: '#143D56'

red 20 ◦ green 61 ◦ blue 86

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

Shades of Regal Blue #143D56

Tints of Regal Blue #143D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.53%

 BLUE value IS 86 (33.98% from 255) = 51.5%

R = 11.98%
G = 36.53%
B = 51.5%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143D56 (or 0x143D56) is known color: Regal Blue. HEX triplet: 14, 3D and 56. RGB value is (20,61,86). Sum of RGB (Red+Green+Blue) = 20+61+86=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #143D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D56 is #EBC2A9. Grayscale: #333333. Windows color (decimal): -15450794 or 5651732. OLE color: 5651732.

HSL color Cylindrical-coordinate representation of color #143D56: hue angle of 202.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143D56 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 61 86 -
CMYK 0.77 0.29 0 0.66
HSL 202.73º 0.62% 0.21% -
HSV(B) 202.73º 0.77% 0.34% -
XYZ 3.64 4.16 9.42 -
YUV 51.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 20 61 86 0.77 0.29 0 0.66 202.73 0.62 0.21
Hex 14 3D 56 4D 1D 0 42 CB 3E 15
Octal 24 75 126 115 35 0 102 313 76 25
Binary 10100 111101 1010110 1001101 11101 0 1000010 11001011 111110 10101

Color Harmonies of #143D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D56

Black with #143D56

Text Example


Text Example

White with #143D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,61,86); }

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

background-color css

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

 a { background-color: rgb(20,61,86); }

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

border-color css

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

 span { border-color: rgb(20,61,86); }

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