Html Css Color HEX #143552 Regal Blue

📋 copy color: '#143552'

red 20 ◦ green 53 ◦ blue 82

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

Shades of Regal Blue #143552

Tints of Regal Blue #143552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 52.9%

R = 12.9%
G = 34.19%
B = 52.9%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#143552 (or 0x143552) is known color: Regal Blue. HEX triplet: 14, 35 and 52. RGB value is (20,53,82). Sum of RGB (Red+Green+Blue) = 20+53+82=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #143552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143552 is #EBCAAD. Grayscale: #2E2E2E. Windows color (decimal): -15452846 or 5387540. OLE color: 5387540.

HSL color Cylindrical-coordinate representation of color #143552: hue angle of 208.06º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143552 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 53 82 -
CMYK 0.76 0.35 0 0.68
HSL 208.06º 0.61% 0.2% -
HSV(B) 208.06º 0.76% 0.32% -
XYZ 3.08 3.3 8.46 -
YUV 46.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 20 53 82 0.76 0.35 0 0.68 208.06 0.61 0.2
Hex 14 35 52 4C 23 0 44 D0 3D 14
Octal 24 65 122 114 43 0 104 320 75 24
Binary 10100 110101 1010010 1001100 100011 0 1000100 11010000 111101 10100

Color Harmonies of #143552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143552

Black with #143552

Text Example


Text Example

White with #143552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143552; }

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

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

background-color css

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

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

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

border-color css

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

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

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