Html Css Color HEX #143155 Regal Blue

📋 copy color: '#143155'

red 20 ◦ green 49 ◦ blue 85

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

Shades of Regal Blue #143155

Tints of Regal Blue #143155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 12.99%
G = 31.82%
B = 55.19%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143155 (or 0x143155) is known color: Regal Blue. HEX triplet: 14, 31 and 55. RGB value is (20,49,85). Sum of RGB (Red+Green+Blue) = 20+49+85=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #143155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143155 is #EBCEAA. Grayscale: #2C2C2C. Windows color (decimal): -15453867 or 5583124. OLE color: 5583124.

HSL color Cylindrical-coordinate representation of color #143155: hue angle of 213.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143155 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 49 85 -
CMYK 0.76 0.42 0 0.67
HSL 213.23º 0.62% 0.21% -
HSV(B) 213.23º 0.76% 0.33% -
XYZ 3.03 3 9.01 -
YUV 44.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 20 49 85 0.76 0.42 0 0.67 213.23 0.62 0.21
Hex 14 31 55 4C 2A 0 43 D5 3E 15
Octal 24 61 125 114 52 0 103 325 76 25
Binary 10100 110001 1010101 1001100 101010 0 1000011 11010101 111110 10101

Color Harmonies of #143155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143155

Black with #143155

Text Example


Text Example

White with #143155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143155; }

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

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

background-color css

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

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

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

border-color css

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

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

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