Html Css Color HEX #143151 Regal Blue

📋 copy color: '#143151'

red 20 ◦ green 49 ◦ blue 81

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

Shades of Regal Blue #143151

Tints of Regal Blue #143151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.67%

 BLUE value IS 81 (32.03% from 255) = 54%

R = 13.33%
G = 32.67%
B = 54%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#143151 (or 0x143151) is known color: Regal Blue. HEX triplet: 14, 31 and 51. RGB value is (20,49,81). Sum of RGB (Red+Green+Blue) = 20+49+81=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #143151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143151 is #EBCEAE. Grayscale: #2B2B2B. Windows color (decimal): -15453871 or 5320980. OLE color: 5320980.

HSL color Cylindrical-coordinate representation of color #143151: hue angle of 211.48º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143151 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 49 81 -
CMYK 0.75 0.40 0 0.68
HSL 211.48º 0.6% 0.2% -
HSV(B) 211.48º 0.75% 0.32% -
XYZ 2.87 2.94 8.2 -
YUV 43.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 20 49 81 0.75 0.40 0 0.68 211.48 0.6 0.2
Hex 14 31 51 4B 28 0 44 D3 3C 14
Octal 24 61 121 113 50 0 104 323 74 24
Binary 10100 110001 1010001 1001011 101000 0 1000100 11010011 111100 10100

Color Harmonies of #143151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143151

Black with #143151

Text Example


Text Example

White with #143151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143151; }

 p { color: rgb(20,49,81); }

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

background-color css

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

 a { background-color: rgb(20,49,81); }

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

border-color css

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

 span { border-color: rgb(20,49,81); }

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