Html Css Color HEX #143D53 Regal Blue

📋 copy color: '#143D53'

red 20 ◦ green 61 ◦ blue 83

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

Shades of Regal Blue #143D53

Tints of Regal Blue #143D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50.61%

R = 12.2%
G = 37.2%
B = 50.61%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143D53 (or 0x143D53) is known color: Regal Blue. HEX triplet: 14, 3D and 53. RGB value is (20,61,83). Sum of RGB (Red+Green+Blue) = 20+61+83=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #143D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D53 is #EBC2AC. Grayscale: #333333. Windows color (decimal): -15450797 or 5455124. OLE color: 5455124.

HSL color Cylindrical-coordinate representation of color #143D53: hue angle of 200.95º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143D53 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 61 83 -
CMYK 0.76 0.27 0 0.67
HSL 200.95º 0.61% 0.2% -
HSV(B) 200.95º 0.76% 0.33% -
XYZ 3.52 4.11 8.79 -
YUV 51.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 20 61 83 0.76 0.27 0 0.67 200.95 0.61 0.2
Hex 14 3D 53 4C 1B 0 43 C9 3D 14
Octal 24 75 123 114 33 0 103 311 75 24
Binary 10100 111101 1010011 1001100 11011 0 1000011 11001001 111101 10100

Color Harmonies of #143D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D53

Black with #143D53

Text Example


Text Example

White with #143D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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