Html Css Color HEX #143D54 Regal Blue

📋 copy color: '#143D54'

red 20 ◦ green 61 ◦ blue 84

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

Shades of Regal Blue #143D54

Tints of Regal Blue #143D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.91%

R = 12.12%
G = 36.97%
B = 50.91%

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

#143D54 (or 0x143D54) is known color: Regal Blue. HEX triplet: 14, 3D and 54. RGB value is (20,61,84). Sum of RGB (Red+Green+Blue) = 20+61+84=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #143D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D54 is #EBC2AB. Grayscale: #333333. Windows color (decimal): -15450796 or 5520660. OLE color: 5520660.

HSL color Cylindrical-coordinate representation of color #143D54: hue angle of 201.56º degrees, saturation: 0.62, 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 #143D54 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 61 84 -
CMYK 0.76 0.27 0 0.67
HSL 201.56º 0.62% 0.2% -
HSV(B) 201.56º 0.76% 0.33% -
XYZ 3.56 4.13 9 -
YUV 51.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 20 61 84 0.76 0.27 0 0.67 201.56 0.62 0.2
Hex 14 3D 54 4C 1B 0 43 CA 3E 14
Octal 24 75 124 114 33 0 103 312 76 24
Binary 10100 111101 1010100 1001100 11011 0 1000011 11001010 111110 10100

Color Harmonies of #143D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D54

Black with #143D54

Text Example


Text Example

White with #143D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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