Html Css Color HEX #143550 Regal Blue

📋 copy color: '#143550'

red 20 ◦ green 53 ◦ blue 80

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

Shades of Regal Blue #143550

Tints of Regal Blue #143550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.64%

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

R = 13.07%
G = 34.64%
B = 52.29%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#143550 (or 0x143550) is known color: Regal Blue. HEX triplet: 14, 35 and 50. RGB value is (20,53,80). Sum of RGB (Red+Green+Blue) = 20+53+80=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #143550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143550 is #EBCAAF. Grayscale: #2E2E2E. Windows color (decimal): -15452848 or 5256468. OLE color: 5256468.

HSL color Cylindrical-coordinate representation of color #143550: hue angle of 207º 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 #143550 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 53 80 -
CMYK 0.75 0.34 0 0.69
HSL 207º 0.6% 0.2% -
HSV(B) 207º 0.75% 0.31% -
XYZ 3.01 3.27 8.06 -
YUV 46.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 20 53 80 0.75 0.34 0 0.69 207 0.6 0.2
Hex 14 35 50 4B 22 0 45 CF 3C 14
Octal 24 65 120 113 42 0 105 317 74 24
Binary 10100 110101 1010000 1001011 100010 0 1000101 11001111 111100 10100

Color Harmonies of #143550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143550

Black with #143550

Text Example


Text Example

White with #143550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143550; }

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

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

background-color css

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

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

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

border-color css

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

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

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