Html Css Color HEX #143753 Regal Blue

📋 copy color: '#143753'

red 20 ◦ green 55 ◦ blue 83

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

Shades of Regal Blue #143753

Tints of Regal Blue #143753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.81%

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

R = 12.66%
G = 34.81%
B = 52.53%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143753 (or 0x143753) is known color: Regal Blue. HEX triplet: 14, 37 and 53. RGB value is (20,55,83). Sum of RGB (Red+Green+Blue) = 20+55+83=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #143753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143753 is #EBC8AC. Grayscale: #2F2F2F. Windows color (decimal): -15452333 or 5453588. OLE color: 5453588.

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

Color convert

RGB 20 55 83 -
CMYK 0.76 0.34 0 0.67
HSL 206.67º 0.61% 0.2% -
HSV(B) 206.67º 0.76% 0.33% -
XYZ 3.22 3.51 8.69 -
YUV 47.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 20 55 83 0.76 0.34 0 0.67 206.67 0.61 0.2
Hex 14 37 53 4C 22 0 43 CF 3D 14
Octal 24 67 123 114 42 0 103 317 75 24
Binary 10100 110111 1010011 1001100 100010 0 1000011 11001111 111101 10100

Color Harmonies of #143753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143753

Black with #143753

Text Example


Text Example

White with #143753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143753; }

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

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

background-color css

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

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

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

border-color css

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

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

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