Html Css Color HEX #143656 Regal Blue

📋 copy color: '#143656'

red 20 ◦ green 54 ◦ blue 86

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

Shades of Regal Blue #143656

Tints of Regal Blue #143656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 86 (33.98% from 255) = 53.75%

R = 12.5%
G = 33.75%
B = 53.75%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143656 (or 0x143656) is known color: Regal Blue. HEX triplet: 14, 36 and 56. RGB value is (20,54,86). Sum of RGB (Red+Green+Blue) = 20+54+86=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #143656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143656 is #EBC9A9. Grayscale: #2F2F2F. Windows color (decimal): -15452586 or 5649940. OLE color: 5649940.

HSL color Cylindrical-coordinate representation of color #143656: hue angle of 209.09º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143656 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 54 86 -
CMYK 0.77 0.37 0 0.66
HSL 209.09º 0.62% 0.21% -
HSV(B) 209.09º 0.77% 0.34% -
XYZ 3.29 3.46 9.3 -
YUV 47.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 20 54 86 0.77 0.37 0 0.66 209.09 0.62 0.21
Hex 14 36 56 4D 25 0 42 D1 3E 15
Octal 24 66 126 115 45 0 102 321 76 25
Binary 10100 110110 1010110 1001101 100101 0 1000010 11010001 111110 10101

Color Harmonies of #143656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143656

Black with #143656

Text Example


Text Example

White with #143656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143656; }

 p { color: rgb(20,54,86); }

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

background-color css

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

 a { background-color: rgb(20,54,86); }

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

border-color css

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

 span { border-color: rgb(20,54,86); }

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