Html Css Color HEX #143553 Regal Blue

📋 copy color: '#143553'

red 20 ◦ green 53 ◦ blue 83

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

Shades of Regal Blue #143553

Tints of Regal Blue #143553

RGB

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

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

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

R = 12.82%
G = 33.97%
B = 53.21%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143553 (or 0x143553) is known color: Regal Blue. HEX triplet: 14, 35 and 53. RGB value is (20,53,83). Sum of RGB (Red+Green+Blue) = 20+53+83=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #143553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143553 is #EBCAAC. Grayscale: #2E2E2E. Windows color (decimal): -15452845 or 5453076. OLE color: 5453076.

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

Color convert

RGB 20 53 83 -
CMYK 0.76 0.36 0 0.67
HSL 208.57º 0.61% 0.2% -
HSV(B) 208.57º 0.76% 0.33% -
XYZ 3.12 3.32 8.66 -
YUV 46.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 20 53 83 0.76 0.36 0 0.67 208.57 0.61 0.2
Hex 14 35 53 4C 24 0 43 D1 3D 14
Octal 24 65 123 114 44 0 103 321 75 24
Binary 10100 110101 1010011 1001100 100100 0 1000011 11010001 111101 10100

Color Harmonies of #143553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143553

Black with #143553

Text Example


Text Example

White with #143553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143553; }

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

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

background-color css

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

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

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

border-color css

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

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

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