Html Css Color HEX #143657 Regal Blue

📋 copy color: '#143657'

red 20 ◦ green 54 ◦ blue 87

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

Shades of Regal Blue #143657

Tints of Regal Blue #143657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.04%

R = 12.42%
G = 33.54%
B = 54.04%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143657 (or 0x143657) is known color: Regal Blue. HEX triplet: 14, 36 and 57. RGB value is (20,54,87). Sum of RGB (Red+Green+Blue) = 20+54+87=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #143657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143657 is #EBC9A8. Grayscale: #2F2F2F. Windows color (decimal): -15452585 or 5715476. OLE color: 5715476.

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

Color convert

RGB 20 54 87 -
CMYK 0.77 0.38 0 0.66
HSL 209.55º 0.63% 0.21% -
HSV(B) 209.55º 0.77% 0.34% -
XYZ 3.33 3.48 9.51 -
YUV 47.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 20 54 87 0.77 0.38 0 0.66 209.55 0.63 0.21
Hex 14 36 57 4D 26 0 42 D2 3F 15
Octal 24 66 127 115 46 0 102 322 77 25
Binary 10100 110110 1010111 1001101 100110 0 1000010 11010010 111111 10101

Color Harmonies of #143657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143657

Black with #143657

Text Example


Text Example

White with #143657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143657; }

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

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

background-color css

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

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

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

border-color css

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

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

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