Html Css Color HEX #143256 Regal Blue

📋 copy color: '#143256'

red 20 ◦ green 50 ◦ blue 86

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

Shades of Regal Blue #143256

Tints of Regal Blue #143256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.05%

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

R = 12.82%
G = 32.05%
B = 55.13%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143256 (or 0x143256) is known color: Regal Blue. HEX triplet: 14, 32 and 56. RGB value is (20,50,86). Sum of RGB (Red+Green+Blue) = 20+50+86=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #143256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143256 is #EBCDA9. Grayscale: #2C2C2C. Windows color (decimal): -15453610 or 5648916. OLE color: 5648916.

HSL color Cylindrical-coordinate representation of color #143256: hue angle of 212.73º 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 #143256 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 50 86 -
CMYK 0.77 0.42 0 0.66
HSL 212.73º 0.62% 0.21% -
HSV(B) 212.73º 0.77% 0.34% -
XYZ 3.11 3.1 9.24 -
YUV 45.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 20 50 86 0.77 0.42 0 0.66 212.73 0.62 0.21
Hex 14 32 56 4D 2A 0 42 D5 3E 15
Octal 24 62 126 115 52 0 102 325 76 25
Binary 10100 110010 1010110 1001101 101010 0 1000010 11010101 111110 10101

Color Harmonies of #143256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143256

Black with #143256

Text Example


Text Example

White with #143256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143256; }

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

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

background-color css

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

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

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

border-color css

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

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

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