Html Css Color HEX #143950 Regal Blue

📋 copy color: '#143950'

red 20 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #143950

Tints of Regal Blue #143950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50.96%

R = 12.74%
G = 36.31%
B = 50.96%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#143950 (or 0x143950) is known color: Regal Blue. HEX triplet: 14, 39 and 50. RGB value is (20,57,80). Sum of RGB (Red+Green+Blue) = 20+57+80=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #143950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143950 is #EBC6AF. Grayscale: #303030. Windows color (decimal): -15451824 or 5257492. OLE color: 5257492.

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

Color convert

RGB 20 57 80 -
CMYK 0.75 0.29 0 0.69
HSL 203º 0.6% 0.2% -
HSV(B) 203º 0.75% 0.31% -
XYZ 3.2 3.65 8.13 -
YUV 48.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 20 57 80 0.75 0.29 0 0.69 203 0.6 0.2
Hex 14 39 50 4B 1D 0 45 CB 3C 14
Octal 24 71 120 113 35 0 105 313 74 24
Binary 10100 111001 1010000 1001011 11101 0 1000101 11001011 111100 10100

Color Harmonies of #143950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143950

Black with #143950

Text Example


Text Example

White with #143950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143950; }

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

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

background-color css

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

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

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

border-color css

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

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

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